mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:13:31 +02:00
Oops, mistakenly left a console.log behind.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user