Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <steve.cassidy@mq.edu.au>
  • Loading branch information
stevecassidy committed May 20, 2024
1 parent 6910f99 commit 663391e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/couchdb/notebooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,6 @@ export const streamNotebookFilesAsZip = async (
}
const stream = Stream.Readable.from(chunks);
const filename = generateFilename(file, key, hrid, fileNames);
console.log('adding to zip: ', filename);
fileNames.push(filename);
await archive.append(stream, {
name: filename,
Expand Down

0 comments on commit 663391e

Please sign in to comment.