poly-extrude 0.20.2 → 0.20.3

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * poly-extrude v0.20.2
2
+ * poly-extrude v0.20.3
3
3
  */
4
4
  (function (global, factory) {
5
5
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
@@ -2567,7 +2567,6 @@
2567
2567
  if (Math.abs(Math.abs(angle1 - angle) - 180) <= 0.0001) {
2568
2568
  rAngle = angle;
2569
2569
  rAngle -= 90;
2570
- console.log();
2571
2570
  }
2572
2571
  else {
2573
2572
  TEMPV1.x = p0[0] - p1[0];