1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

Removing log statement.

This commit is contained in:
mike12345567 2020-09-22 12:56:48 +01:00
parent db87a66271
commit cef65a3d9a

View file

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