removed logging call

pull/13915/head
Torkel Ödegaard 7 years ago
parent dfb9419f86
commit 89cd15d98c
  1. 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);
}

Loading…
Cancel
Save