From 89cd15d98c0af289d411ae91409c3ca19f53edc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 31 Oct 2018 04:38:16 -0700 Subject: [PATCH] removed logging call --- public/app/plugins/panel/graph/graph.ts | 1 - 1 file changed, 1 deletion(-) 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); }