reduce logging

This commit is contained in:
Henry Oswald
2018-08-01 13:59:09 +01:00
parent 9ef9a3b780
commit 3e3468d9e9
4 changed files with 7 additions and 14 deletions

View File

@@ -2,7 +2,6 @@ async = require "async"
Settings = require "settings-sharelatex"
queue = async.queue((task, cb)->
console.log("running task")
task(cb)
, Settings.parallelSqlQueryLimit)