Explorar el Código

Update zip.js

Lutz Roeder hace 5 años
padre
commit
b711e35869
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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.');
             }