Browse Source

Removed my temporary console.log.

Michael Schlotfeldt 7 years ago
parent
commit
758a056c00
1 changed files with 0 additions and 1 deletions
  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) {
                         for (var exception of Engine.WebGL2UniformBuffersExceptionList) {
                             if (ua.indexOf(exception) > -1) {
                             if (ua.indexOf(exception) > -1) {
                                 this.disableUniformBuffers = true;
                                 this.disableUniformBuffers = true;
-                                console.log("TODO remove this!! this.disableUniformBuffers set to true!!!!")
                                 break;
                                 break;
                             }
                             }
                         }
                         }