diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-07-25 20:13:39 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-07-25 20:13:39 +0200 |
| commit | 60d5d177c2c2a7f3bfaae2148001400061232311 (patch) | |
| tree | 3afe83afa43a316d7ab80c50f8d65b3d8cb0c9f4 | |
| parent | 6214af690fb273fcb1aeb9bf30813051fb05e633 (diff) | |
| download | telesucker-60d5d177c2c2a7f3bfaae2148001400061232311.tar.gz telesucker-60d5d177c2c2a7f3bfaae2148001400061232311.zip | |
rm debug outputrelease/2.14.0
| -rw-r--r-- | worker.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |
