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

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