From f5297db8f365acf9094daad15cec3a3fd914a748 Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 20 Jun 2016 15:30:00 +0200 Subject: [PATCH] tech(alerting): remove console log that spams tests --- public/app/plugins/panel/graph/graph.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/plugins/panel/graph/graph.js b/public/app/plugins/panel/graph/graph.js index cab64b9906d..af0d77ef098 100755 --- a/public/app/plugins/panel/graph/graph.js +++ b/public/app/plugins/panel/graph/graph.js @@ -271,7 +271,6 @@ function (angular, $, moment, _, kbn, GraphTooltip, thresholds) { function callPlot(incrementRenderCounter) { try { - console.log('rendering'); $.plot(elem, sortedSeries, options); } catch (e) { console.log('flotcharts error', e);