Skip to content

Commit eef5560

Browse files
committed
no log
1 parent 6141abc commit eef5560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db-controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1852,7 +1852,7 @@ const _gog_fragments_from_manuscript = async function (req, res, next) {
18521852
// Step 6: Cache it?
18531853
]
18541854

1855-
console.log("Start GoG WitnessFragment Aggregator")
1855+
// console.log("Start GoG WitnessFragment Aggregator")
18561856
const start = Date.now();
18571857
let witnessFragments = await db.aggregate(witnessFragmentPipeline).toArray()
18581858
.then((fragments) => {

0 commit comments

Comments
 (0)