Explorar o código

Removed my temporary console.log.

Michael Schlotfeldt %!s(int64=7) %!d(string=hai) anos
pai
achega
758a056c00
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;
                             }
                         }