Skip to content

Commit

Permalink
Stop logging the whole graph
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed May 3, 2024
1 parent b0c6140 commit 234a75c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,6 @@ async function getChunkedData(req, res, next) {
if (req.removeSequences){
removeNodeSequencesInPlace(req.graph)
}
console.log("remove sequences? ", req.graph)
req.region = [rangeRegion.start, rangeRegion.end];

// We might not have the path we are referencing on appearing first.
Expand Down

0 comments on commit 234a75c

Please sign in to comment.