@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
|