mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
Oops, mistakenly left a console.log behind.
This commit is contained in:
parent
feb77c4396
commit
51bad5ec59
1 changed files with 0 additions and 1 deletions
|
@ -397,7 +397,6 @@ module.exports = syrup.serial()
|
||||||
})
|
})
|
||||||
|
|
||||||
frameProducer.on('readable', function next() {
|
frameProducer.on('readable', function next() {
|
||||||
console.log('NEXT')
|
|
||||||
var frame
|
var frame
|
||||||
if ((frame = frameProducer.nextFrame())) {
|
if ((frame = frameProducer.nextFrame())) {
|
||||||
Promise.settle([broadcastSet.values().map(function(ws) {
|
Promise.settle([broadcastSet.values().map(function(ws) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue