Explorar el Código

Removes console.debug

master
hristoterezov hace 9 años
padre
commit
3c0295e294
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      modules/connectionquality/connectionquality.js

+ 0
- 1
modules/connectionquality/connectionquality.js Ver fichero

@@ -100,7 +100,6 @@ export default {
100 100
         var newVal = 100 - data.packetLoss.total;
101 101
         var oldVal = remoteConnectionQuality[id];
102 102
         remoteConnectionQuality[id] = calculateQuality(newVal, oldVal || 100);
103
-        console.debug(newVal, oldVal, remoteConnectionQuality[id]);
104 103
 
105 104
         eventEmitter.emit(
106 105
             CQEvents.REMOTESTATS_UPDATED, id, remoteConnectionQuality[id],

Loading…
Cancelar
Guardar