summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-01-07 11:02:26 -0500
committerPliable Pixels <pliablepixels@gmail.com>2018-01-07 11:02:26 -0500
commit92ea11058bf3ca356f09fabd5f6bc67ff63bdddb (patch)
tree94a933c69980466a1046e276187661f3b797e114
parent20cebebf4f3ec8390f616a19b0c90603110d49e6 (diff)
some more console cleanup
-rwxr-xr-xwww/js/DataModel.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 0e6e4e63..afaad752 100755
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -1536,7 +1536,7 @@ angular.module('zmApp.controllers')
}
if (serverFound) {
- debug("Monitor " + monitors[i].Monitor.Id + " has a recording server hostname of " + multiservers[j].Server.Hostname);
+ // debug("Monitor " + monitors[i].Monitor.Id + " has a recording server hostname of " + multiservers[j].Server.Hostname);
// Now here is the logic, I need to retrieve serverhostname,
// and slap on the host protocol and path. Meh.
@@ -1544,8 +1544,8 @@ angular.module('zmApp.controllers')
var p = URI.parse(loginData.streamingurl);
var s = URI.parse(multiservers[j].Server.Hostname);
- debug("recording server parsed is " + JSON.stringify(s));
- debug("portal parsed is " + JSON.stringify(p));
+ // debug("recording server parsed is " + JSON.stringify(s));
+ // debug("portal parsed is " + JSON.stringify(p));
var st = "";
var baseurl = "";