remove debug logging

This commit is contained in:
Michael Morrison 2013-07-10 07:34:04 -05:00
parent 081e7d44bd
commit 77648b40bf
1 changed files with 0 additions and 2 deletions

View File

@ -163,8 +163,6 @@ module.exports = require('./core').extend({
if(id == 0 && bzip) payload = buffer.slice(20);
else payload = buffer.slice(12);
}
console.log(id,numPackets);
packets[id] = payload;