From 61b16a068ac2bb4d8576d9a8aeb0f3f572587eed Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 14 Nov 2020 20:26:29 +0300 Subject: chore: add logs to job events --- src/handlers/index.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/handlers') diff --git a/src/handlers/index.js b/src/handlers/index.js index 18946fc..196c3db 100644 --- a/src/handlers/index.js +++ b/src/handlers/index.js @@ -35,7 +35,6 @@ const handleJobAsUser = async (job, user) => { }; const handleJob = async job => { - console.log('Running attend class job'); const { data } = job.attrs; const participants = await UserModel.find({ -- cgit v1.2.3