Torkel Ödegaard преди 7 години
родител
ревизия
89cd15d98c
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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);
   }