🗑 Remove debug output
This commit is contained in:
parent
82693ba3b0
commit
db3b303e6c
3 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue