소스 검색

Removed my temporary console.log.

Michael Schlotfeldt 7 년 전
부모
커밋
758a056c00
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/Engine/babylon.engine.ts

+ 0 - 1
src/Engine/babylon.engine.ts

@@ -861,7 +861,6 @@
                         for (var exception of Engine.WebGL2UniformBuffersExceptionList) {
                             if (ua.indexOf(exception) > -1) {
                                 this.disableUniformBuffers = true;
-                                console.log("TODO remove this!! this.disableUniformBuffers set to true!!!!")
                                 break;
                             }
                         }