diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-10 15:14:21 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-10 15:14:21 -0400 |
| commit | f5165ab5722f2bbb34356fd9501bd828f204e053 (patch) | |
| tree | 3c59e8bba0294f005632ca9aa161796e7885e6c6 | |
| parent | 7f79ad0c1459fa552b08409e6747858d95588e06 (diff) | |
nits
| -rw-r--r-- | www/js/DataModel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index f5f3977a..fc0e01ff 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -2062,7 +2062,7 @@ angular.module('zmApp.controllers') multiservers = data.servers; var multiserver_scheme = "http://"; - console.log ("PORTAL URL IS:"+loginData.url); + //console.log ("PORTAL URL IS:"+loginData.url); if (loginData.url && (loginData.url.toLowerCase().indexOf("https://") != -1)) { debug ("Portal scheme is https, will use https for any multi-server"); multiserver_scheme = "https://"; |
