Popov72 5 лет назад
Родитель
Сommit
7f3eb4d1cb
1 измененных файлов с 0 добавлено и 1 удалено
  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;