Browse Source

Removed my temporary console.log.

Michael Schlotfeldt 7 năm trước cách đây
mục cha
commit
758a056c00
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
                             }
                         }