Jelajahi Sumber

tech(alerting): remove console log that spams tests

bergquist 9 tahun lalu
induk
melakukan
f5297db8f3
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      public/app/plugins/panel/graph/graph.js

+ 0 - 1
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);