mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
remove debug logging
This commit is contained in:
parent
081e7d44bd
commit
77648b40bf
1 changed files with 0 additions and 2 deletions
|
@ -163,8 +163,6 @@ module.exports = require('./core').extend({
|
||||||
if(id == 0 && bzip) payload = buffer.slice(20);
|
if(id == 0 && bzip) payload = buffer.slice(20);
|
||||||
else payload = buffer.slice(12);
|
else payload = buffer.slice(12);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(id,numPackets);
|
|
||||||
|
|
||||||
packets[id] = payload;
|
packets[id] = payload;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue