diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-05-20 11:52:24 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-05-20 11:52:24 -0400 |
| commit | 3b38f53d06d41d3fc9246786d8ee25c422406462 (patch) | |
| tree | adfd763b3c511deb69e760c28564db6ee54295a3 /www/js/TimelineCtrl.js | |
| parent | 5aee4039af90cc6b5c372076daa1d5ada9596075 (diff) | |
more logs demotion
Diffstat (limited to 'www/js/TimelineCtrl.js')
| -rw-r--r-- | www/js/TimelineCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/TimelineCtrl.js b/www/js/TimelineCtrl.js index 11a61432..f1350f0f 100644 --- a/www/js/TimelineCtrl.js +++ b/www/js/TimelineCtrl.js @@ -1358,7 +1358,7 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla } $scope.thumbnailClicked = function(event) { - console.log ("Thumb tapped"); + //console.log ("Thumb tapped"); if (!$scope.currentThumbEvent) { // will this ever be? Don't think so NVR.debug ("No thumb rendered"); |
