Browse Source

removed logging call

Torkel Ödegaard 7 năm trước cách đây
mục cha
commit
89cd15d98c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);
   }