🗑 Remove debug output
This commit is contained in:
parent
ddbe9f4b36
commit
50b815f9f2
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ function waitReadableLength(inputStream: stream.Readable, minLength: number): Pr
|
|||
* Returns length of the local file header.
|
||||
*/
|
||||
export default async function readLocalFileHeader(inputStream: stream.Readable): Promise<number> {
|
||||
console.log('stream type:', (inputStream as any).readableFlowing);
|
||||
let localFileHeader: Buffer = inputStream.read(30);
|
||||
if (localFileHeader === null) {
|
||||
console.log('Need to wait');
|
||||
|
|
Loading…
Reference in a new issue