Browse Source

Remove console.log

Popov72 5 years ago
parent
commit
7f3eb4d1cb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Misc/khronosTextureContainer2.ts

+ 0 - 1
src/Misc/khronosTextureContainer2.ts

@@ -269,7 +269,6 @@ export function workerFunc(): void {
                     }
                     postMessage({ action: "decoded", success: true, decodedData: data }, buffers);
                 }).catch((reason: any) => {
-                    console.log("here");
                     postMessage({ action: "decoded", success: false, msg: reason });
                 });
                 break;