Explorar el Código

Merge pull request #748 from jitsi/remove_log

fix(analytics): Remove annoying console.warn.
dev1
Saúl Ibarra Corretgé hace 7 años
padre
commit
97b5255ea2
No account linked to committer's email address
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      modules/statistics/AnalyticsAdapter.js

+ 0
- 2
modules/statistics/AnalyticsAdapter.js Ver fichero

@@ -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…
Cancelar
Guardar