Skip to content

Commit

Permalink
Comments: PR #236 clean up excessive log
Browse files Browse the repository at this point in the history
  • Loading branch information
dellagustin committed Feb 26, 2023
1 parent 4b3d64b commit 39fa9ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,7 @@ app.use('/api/comments/byepisodeid', async (req, res) => {

const callbacks = {
onEvent: e => {
console.log(e);
if (e.kind === 'node-processed' && e.part === 'replies') {
console.log(threadcap);
writeThreadcapChunk(e.nodeId, threadcap, sentCommenters, res);
}
}
Expand Down

0 comments on commit 39fa9ea

Please sign in to comment.