From fe082f3850a0d26813ba74acacb9d1550e8d548d Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 23 Oct 2016 10:46:13 -0400 Subject: #354 removed debugs Former-commit-id: d401ddff835299231a89af31dbb91e166c9f1263 --- www/js/EventModalCtrl.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/js/EventModalCtrl.js') diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index 078b22fe..ea664d76 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -543,7 +543,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro id: event.Frame[i-1].FrameId, img: fname, }); - console.log ("ALARM PUSHED " + fname); + //console.log ("ALARM PUSHED " + fname); } } else // push all frames { @@ -551,7 +551,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro id: event.Frame[i-1].FrameId, img: fname, }); - console.log ("PUSHED " + fname); + //console.log ("PUSHED " + fname); } } @@ -605,11 +605,11 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro $scope.slideIndex = $scope.mycarousel.index; $scope.slideLastIndex = $scope.slides.length - 1; - console.log ("URL TO DISPLAY " + url); + // console.log ("URL TO DISPLAY " + url); $rootScope.zmPopup = $ionicPopup.show({ - template: '
Frame: {{slideIndex+1}} / {{slideLastIndex+1}}


{{selectEventUrl}}', + template: '
Frame: {{slideIndex+1}} / {{slideLastIndex+1}}

', title: 'Select ' + (onlyAlarms ? 'Alarmed ' : '') + 'frame to save', subTitle: 'use left and right arrows to change', scope: $scope, -- cgit v1.2.3