calculate-packing 0.0.24 → 0.0.25
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 +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2810,7 +2810,6 @@ var SingleComponentPackSolver = class extends BaseSolver {
|
|
|
2810
2810
|
packedComponents: this.packedComponents,
|
|
2811
2811
|
minGap: this.minGap
|
|
2812
2812
|
});
|
|
2813
|
-
console.log("hasOverlap", hasOverlap);
|
|
2814
2813
|
if (!hasOverlap) {
|
|
2815
2814
|
distance = this.calculateDistance(optimalPosition, rotation);
|
|
2816
2815
|
this.candidateResults.push({
|
package/package.json
CHANGED