🗑 Remove debug output

This commit is contained in:
C-3PO 2018-07-08 19:15:41 +02:00
parent 82693ba3b0
commit db3b303e6c
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
3 changed files with 0 additions and 5 deletions

View file

@ -39,8 +39,6 @@ export default function saveResponse(
}
//wait until everything is written to disk, then return file name
//TODO: need to automatically delete file once it is no longer used
//TODO: need to provide methods to seek through file
writeStream.end(() => {
resolve(filePath);
});