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