Drop console log

This commit is contained in:
Johan Haals
2021-02-03 10:48:34 +01:00
parent 1955c62398
commit e5520064ea
@@ -37,7 +37,6 @@ export function registerLegacyActions(
id: 'legacy:prepare',
async handler(ctx) {
const { logger } = ctx;
console.log(ctx);
logger.info('Task claimed, waiting ...');
// Give us some time to curl observe
await new Promise(resolve => setTimeout(resolve, 1000));