summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/worker.js b/worker.js
index de5a341..c411c6d 100644
--- a/worker.js
+++ b/worker.js
@@ -101,7 +101,6 @@ amqp.connect(RABBITMQ_URI).then(async (rabbit) => {
gamePhase(0, 25 * 60), // late game
gamePhase(0, 30 * 60) // late game
];
- console.log(phases);
await Promise.each(phases, async (phase) => {
if (phase.data.length > 0) {
const notify = "match." + match_api_id;