diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-01-07 10:48:04 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-01-07 10:48:04 -0500 |
| commit | 20cebebf4f3ec8390f616a19b0c90603110d49e6 (patch) | |
| tree | 24a98ea2422cd170a9d69b852ee2e1a083cbc3ee /www/js/TimelineModalCtrl.js | |
| parent | 3832eafc4f7ef2e5944971f09d2e865a5e2b30f4 (diff) | |
removed several console logs
Diffstat (limited to 'www/js/TimelineModalCtrl.js')
| -rw-r--r-- | www/js/TimelineModalCtrl.js | 4 |
1 files changed, 2 insertions, 2 deletions
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 = "<img width='100%' ng-src='" + p + "/index.php?view=image&path=" + r + f + "'>"; |
