@tscircuit/capacity-autorouter 0.0.26 → 0.0.27

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
@@ -2503,7 +2503,6 @@ var IntraNodeRouteSolver = class extends BaseSolver {
2503
2503
  { x, y, z: z ?? 0 }
2504
2504
  ]);
2505
2505
  }
2506
- console.log({ unsolvedConnectionsMap });
2507
2506
  this.unsolvedConnections = Array.from(
2508
2507
  unsolvedConnectionsMap.entries().map(([connectionName, points]) => ({
2509
2508
  connectionName,