From 60d5d177c2c2a7f3bfaae2148001400061232311 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 25 Jul 2017 20:13:39 +0200 Subject: rm debug output --- worker.js | 1 - 1 file changed, 1 deletion(-) (limited to 'worker.js') 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; -- cgit v1.3.1