@tscircuit/routing
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -404,5 +404,2 @@ var __create = Object.create; | ||
if (remainingSegDist <= grid.maxGranularSearchSegments) { | ||
console.log( | ||
"skipping mixed granularity, route is within max granular search segments" | ||
); | ||
const granRoute = findTwoPointGranularRoute({ | ||
@@ -409,0 +406,0 @@ pointsToConnect, |
{ | ||
"name": "@tscircuit/routing", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -33,5 +33,5 @@ import { findBestBorderTargetPaths } from "./find-best-border-target-paths" | ||
if (remainingSegDist <= grid.maxGranularSearchSegments) { | ||
console.log( | ||
"skipping mixed granularity, route is within max granular search segments" | ||
) | ||
// console.log( | ||
// "skipping mixed granularity, route is within max granular search segments" | ||
// ) | ||
const granRoute = findTwoPointGranularRoute({ | ||
@@ -38,0 +38,0 @@ pointsToConnect, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110791
55
3720