From 51bad5ec590da1e733e662e851494d4ed333064d Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Fri, 17 Apr 2015 17:29:34 +0900 Subject: [PATCH] Oops, mistakenly left a console.log behind. --- lib/units/device/plugins/screen/stream.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/units/device/plugins/screen/stream.js b/lib/units/device/plugins/screen/stream.js index 024c018f..a8359bd4 100644 --- a/lib/units/device/plugins/screen/stream.js +++ b/lib/units/device/plugins/screen/stream.js @@ -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) {