소스 검색

Merge pull request #1395 from nockawa/master

Canvas2D: remove debug log...
Loïc Baumann 9 년 전
부모
커밋
1f7766841e
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();
         }