1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

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) {