Переглянути джерело

Canvas2D: remove debug log...

nockawa 9 роки тому
батько
коміт
f6d01a0055
1 змінених файлів з 0 додано та 4 видалено
  1. 0 4
      src/Canvas2d/babylon.canvas2d.ts

+ 0 - 4
src/Canvas2d/babylon.canvas2d.ts

@@ -552,10 +552,6 @@
             this._previousOverPrimitive = this._actualOverPrimitive;
             this._actualOverPrimitive = ii.topMostIntersectedPrimitive;
 
-            if (this._previousOverPrimitive && this._actualOverPrimitive && this._previousOverPrimitive.prim !== this._actualOverPrimitive.prim) {
-                console.log("changed");
-            }
-
             this._intersectionRenderId = this.scene.getRenderId();
         }