From 92ea11058bf3ca356f09fabd5f6bc67ff63bdddb Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 7 Jan 2018 11:02:26 -0500 Subject: some more console cleanup --- www/js/DataModel.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/js') 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 = ""; -- cgit v1.2.3