|
@@ -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);
|