浏览代码

removed logging call

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);
   }