From 20cebebf4f3ec8390f616a19b0c90603110d49e6 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 7 Jan 2018 10:48:04 -0500 Subject: removed several console logs --- www/js/TimelineModalCtrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/TimelineModalCtrl.js') diff --git a/www/js/TimelineModalCtrl.js b/www/js/TimelineModalCtrl.js index 76c16fb3..ef011d3b 100644 --- a/www/js/TimelineModalCtrl.js +++ b/www/js/TimelineModalCtrl.js @@ -108,7 +108,7 @@ angular.module('zmApp.controllers').controller('TimelineModalCtrl', ['$scope', ' tcGraph.data = onlyalarm_data; tcGraph.update();*/ tcGraph.destroy(); - console.log("GRAPH TYPE IS " + btype); + // console.log("GRAPH TYPE IS " + btype); tcGraph = new Chart(ctx, { type: btype, @@ -126,7 +126,7 @@ angular.module('zmApp.controllers').controller('TimelineModalCtrl', ['$scope', ' $scope.showImage = function(p, r, f, fid, e, imode, id) { var img; - console.log("Image Mode " + imode); + //console.log("Image Mode " + imode); if (imode == 'path') img = ""; -- cgit v1.2.3