Просмотр исходного кода

tech(alerting): remove console log that spams tests

bergquist 9 лет назад
Родитель
Сommit
f5297db8f3
1 измененных файлов с 0 добавлено и 1 удалено
  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);