Explorar o código

tech(alerting): remove console log that spams tests

bergquist %!s(int64=9) %!d(string=hai) anos
pai
achega
f5297db8f3
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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) {
           function callPlot(incrementRenderCounter) {
             try {
             try {
-              console.log('rendering');
               $.plot(elem, sortedSeries, options);
               $.plot(elem, sortedSeries, options);
             } catch (e) {
             } catch (e) {
               console.log('flotcharts error', e);
               console.log('flotcharts error', e);