From f2f6040847b53222e4ca18334fc0978853c4b345 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 16 May 2019 10:48:21 -0400 Subject: #817 reduce some logs, fix return without promise error --- www/js/MontageCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/MontageCtrl.js') diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 37c6f005..53bcb660 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -633,7 +633,7 @@ angular.module('zmApp.controllers') apiurl += '.json?sort=StartTime&direction=desc&limit=1'+$rootScope.authSession; - NVR.debug ("Getting event count using:"+apiurl); + NVR.debug ("Getting event count"); $http.get(apiurl) .then (function (data) { // console.log ("EVENTS GOT: "+JSON.stringify(data)); -- cgit v1.2.3