Browse Source

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

tags/v0.0.2
Gabriel Borlea 3 years ago
parent
commit
8df33524f5
No account linked to committer's email address
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      modules/statistics/statistics.js

+ 0
- 2
modules/statistics/statistics.js View File

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

Loading…
Cancel
Save