remove debug logging

This commit is contained in:
Michael Morrison 2013-07-10 07:34:04 -05:00
parent 081e7d44bd
commit 77648b40bf

View file

@ -164,8 +164,6 @@ module.exports = require('./core').extend({
else payload = buffer.slice(12); else payload = buffer.slice(12);
} }
console.log(id,numPackets);
packets[id] = payload; packets[id] = payload;
if(!numPackets || Object.keys(packets).length != numPackets) return; if(!numPackets || Object.keys(packets).length != numPackets) return;