Sfoglia il codice sorgente

Merge pull request #748 from jitsi/remove_log

fix(analytics): Remove annoying console.warn.
dev1
Saúl Ibarra Corretgé 7 anni fa
parent
commit
97b5255ea2
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0
    2
      modules/statistics/AnalyticsAdapter.js

+ 0
- 2
modules/statistics/AnalyticsAdapter.js Vedi File

@@ -175,8 +175,6 @@ class AnalyticsAdapter {
175 175
      */
176 176
     sendEvent(eventName, properties = {}) {
177 177
         if (this.disposed) {
178
-            logger.warn('Not sending an event, disposed.');
179
-
180 178
             return;
181 179
         }
182 180
 

Loading…
Annulla
Salva