diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-01-07 11:02:26 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-01-07 11:02:26 -0500 |
| commit | 92ea11058bf3ca356f09fabd5f6bc67ff63bdddb (patch) | |
| tree | 94a933c69980466a1046e276187661f3b797e114 | |
| parent | 20cebebf4f3ec8390f616a19b0c90603110d49e6 (diff) | |
some more console cleanup
| -rwxr-xr-x | www/js/DataModel.js | 6 |
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 = ""; |
