summaryrefslogtreecommitdiff
path: root/www/js/MontageHistoryCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-05-20 10:43:06 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-05-20 10:43:06 -0400
commit5aee4039af90cc6b5c372076daa1d5ada9596075 (patch)
tree181be75ee0f0df67940cb1d78276476b18bf1f3b /www/js/MontageHistoryCtrl.js
parent1e4c404d3a0657840acdf143e27fdc6ede6f81b5 (diff)
demote logs
Diffstat (limited to 'www/js/MontageHistoryCtrl.js')
-rw-r--r--www/js/MontageHistoryCtrl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/MontageHistoryCtrl.js b/www/js/MontageHistoryCtrl.js
index 1833ec80..7888c37c 100644
--- a/www/js/MontageHistoryCtrl.js
+++ b/www/js/MontageHistoryCtrl.js
@@ -558,7 +558,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc
var str = [];
for (var p in obj) str.push(encodeURIComponent(p) + "=" + encodeURIComponent(obj[p]));
var foo = str.join("&");
- console.log("****HISTORY CONTROL RETURNING " + foo);
+ //console.log("****HISTORY CONTROL RETURNING " + foo);
return foo;
},
data: data_payload
@@ -625,7 +625,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc
req.then(function (succ) {
var resp = succ.data;
- console.log ("zms response: " + JSON.stringify(resp));
+ //console.log ("zms response: " + JSON.stringify(resp));
// move progress bar if event id is the same
if (resp.result == "Ok" && ndx != -1 && (resp.status && resp.status.event == $scope.MontageMonitors[ndx].Monitor.eid)) {