Lutz Roeder 5 лет назад
Родитель
Сommit
b711e35869
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      source/zip.js

+ 0 - 1
source/zip.js

@@ -34,7 +34,6 @@ zip.Archive = class {
         reader.skip(12);
         let offset = reader.uint32(); // central directory offset
         if (offset > stream.length) {
-            console.log("*");
             if (!lookup(stream, [ 0x50, 0x4B, 0x06, 0x06 ])) {
                 throw new zip.Error('Zip64 end of central directory not found.');
             }