diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-03 16:44:14 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-03 16:44:14 +0200 |
| commit | 459e09b3465b2d8cedf831175d65760f0d3d1c30 (patch) | |
| tree | 6d99bed907a2c89ec37207aab9abc3eecb659738 /worker.js | |
| parent | 259f577f79ddd69613d202ea54bc65d562fe3560 (diff) | |
| download | processor-459e09b3465b2d8cedf831175d65760f0d3d1c30.tar.gz processor-459e09b3465b2d8cedf831175d65760f0d3d1c30.zip | |
remove unneeded debugging line
Diffstat (limited to 'worker.js')
| -rw-r--r-- | worker.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -90,7 +90,6 @@ var RABBITMQ_URI = process.env.RABBITMQ_URI || "amqp://localhost", msgs.filter((m) => m.properties.type == "player").map((msg) => { let players = JSON.parse(msg.content); players.map(async (p) => { - console.log(p); let player = flatten(p); if (!is_in(player_records, player)) player_records.push(player); |
