Oops, mistakenly left a console.log behind.

This commit is contained in:
Simo Kinnunen
2015-04-17 17:29:34 +09:00
parent feb77c4396
commit 51bad5ec59

View File

@@ -397,7 +397,6 @@ module.exports = syrup.serial()
})
frameProducer.on('readable', function next() {
console.log('NEXT')
var frame
if ((frame = frameProducer.nextFrame())) {
Promise.settle([broadcastSet.values().map(function(ws) {