Browse Source

Remove console log

Popov72 4 năm trước cách đây
mục cha
commit
1e9da08f51
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/Misc/environmentTextureTools.ts

+ 0 - 1
src/Misc/environmentTextureTools.ts

@@ -373,7 +373,6 @@ export class EnvironmentTextureTools {
 
                     rgbdPostProcess!.getEffect().executeWhenCompiled(() => {
                         // Uncompress the data to a RTT
-                        console.log(image instanceof ImageBitmap);
                         rgbdPostProcess!.onApply = (effect) => {
                             effect._bindTexture("textureSampler", tempTexture);
                             effect.setFloat2("scale", 1, engine._features.needsInvertingBitmap && (image instanceof ImageBitmap) ? -1 : 1);