summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-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 = "";