Removing log statement.

This commit is contained in:
mike12345567 2020-09-22 12:56:48 +01:00
parent 5691fd1d49
commit 9c5b4b4211
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ module.exports.init = function() {
if (environment.BUDIBASE_ENVIRONMENT === "PRODUCTION") { if (environment.BUDIBASE_ENVIRONMENT === "PRODUCTION") {
await runWorker(job) await runWorker(job)
} else { } else {
console.log("Testing standard thread")
await singleThread(job) await singleThread(job)
} }
}) })