Explorar o código

Remove console.log

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