Selaa lähdekoodia

fix(statistics): remove infinite logging (#2180)

tags/v0.0.2
Gabriel Borlea 3 vuotta sitten
vanhempi
commit
8df33524f5
No account linked to committer's email address
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0
    2
      modules/statistics/statistics.js

+ 0
- 2
modules/statistics/statistics.js Näytä tiedosto

776
 Statistics.sendLog = function(m) {
776
 Statistics.sendLog = function(m) {
777
     const globalSubSet = new Set();
777
     const globalSubSet = new Set();
778
 
778
 
779
-    logger.log(m);
780
-
781
     // FIXME we don't want to duplicate logs over P2P instance, but
779
     // FIXME we don't want to duplicate logs over P2P instance, but
782
     // here we should go over instances and call this method for each
780
     // here we should go over instances and call this method for each
783
     // unique conference ID rather than selecting the first one.
781
     // unique conference ID rather than selecting the first one.

Loading…
Peruuta
Tallenna