Skip to content

Commit f5297db

Browse files
committed
tech(alerting): remove console log that spams tests
1 parent fa309ec commit f5297db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

public/app/plugins/panel/graph/graph.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ function (angular, $, moment, _, kbn, GraphTooltip, thresholds) {
271271

272272
function callPlot(incrementRenderCounter) {
273273
try {
274-
console.log('rendering');
275274
$.plot(elem, sortedSeries, options);
276275
} catch (e) {
277276
console.log('flotcharts error', e);

0 commit comments

Comments
 (0)