From 77648b40bf695347255424f5d440c6a292014cc0 Mon Sep 17 00:00:00 2001 From: Michael Morrison Date: Wed, 10 Jul 2013 07:34:04 -0500 Subject: [PATCH] remove debug logging --- protocols/source.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/protocols/source.js b/protocols/source.js index 0fd19a6..b2710b4 100644 --- a/protocols/source.js +++ b/protocols/source.js @@ -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;