Browse Source

removed logging call

Torkel Ödegaard 7 years ago
parent
commit
89cd15d98c
1 changed files with 0 additions and 1 deletions
  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);
   }