@tscircuit/schematic-trace-solver 0.0.16 → 0.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -6677,7 +6677,6 @@ var SchematicTraceSingleLineSolver = class extends BaseSolver {
6677
6677
  overshoot: 0.2
6678
6678
  }
6679
6679
  );
6680
- console.log("baseElbow", this.baseElbow);
6681
6680
  const { elbowVariants, movableSegments } = generateElbowVariants({
6682
6681
  baseElbow: this.baseElbow,
6683
6682
  guidelines: this.guidelines
@@ -73,7 +73,6 @@ export class SchematicTraceSingleLineSolver extends BaseSolver {
73
73
  overshoot: 0.2,
74
74
  },
75
75
  )
76
- console.log("baseElbow", this.baseElbow)
77
76
 
78
77
  const { elbowVariants, movableSegments } = generateElbowVariants({
79
78
  baseElbow: this.baseElbow,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/schematic-trace-solver",
3
3
  "main": "dist/index.js",
4
- "version": "0.0.16",
4
+ "version": "0.0.17",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "start": "cosmos",