Removes console.debug
This commit is contained in:
parent
970e8c764c
commit
3c0295e294
|
@ -100,7 +100,6 @@ export default {
|
|||
var newVal = 100 - data.packetLoss.total;
|
||||
var oldVal = remoteConnectionQuality[id];
|
||||
remoteConnectionQuality[id] = calculateQuality(newVal, oldVal || 100);
|
||||
console.debug(newVal, oldVal, remoteConnectionQuality[id]);
|
||||
|
||||
eventEmitter.emit(
|
||||
CQEvents.REMOTESTATS_UPDATED, id, remoteConnectionQuality[id],
|
||||
|
|
Loading…
Reference in New Issue