浏览代码

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

tags/v0.0.2
Gabriel Borlea 3 年前
父节点
当前提交
8df33524f5
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      modules/statistics/statistics.js

+ 0
- 2
modules/statistics/statistics.js 查看文件

@@ -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.

正在加载...
取消
保存