diff --git a/public/app/plugins/panel/graph/graph.ts b/public/app/plugins/panel/graph/graph.ts index 8a38f5f2b3c..01afd0716e6 100755 --- a/public/app/plugins/panel/graph/graph.ts +++ b/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); }