summaryrefslogtreecommitdiff
path: root/src/handlers/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/handlers/index.js')
-rw-r--r--src/handlers/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/handlers/index.js b/src/handlers/index.js
index 658d8d9..09cd726 100644
--- a/src/handlers/index.js
+++ b/src/handlers/index.js
@@ -52,8 +52,6 @@ const handleJob = async job => {
try {
await Bluebird.map(participants, participant => handleJobAsUser(job, browser, participant));
- } catch (err) {
- console.error(err);
} finally {
await browser.close();
}