Explorar o código

removed logging call

Torkel Ödegaard %!s(int64=7) %!d(string=hai) anos
pai
achega
89cd15d98c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      public/app/plugins/panel/graph/graph.ts

+ 0 - 1
public/app/plugins/panel/graph/graph.ts

@@ -135,7 +135,6 @@ class GraphElement {
     this.elem.off();
     this.elem.remove();
 
-    console.log('react unmount');
     ReactDOM.unmountComponentAtNode(this.legendElem);
   }