diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-09-23 15:45:30 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-09-23 15:45:30 -0400 |
| commit | 1d1c2168ff30ac9452b0929db4ae1f5baa83657a (patch) | |
| tree | 1967e3ca3898bf2f33938e89bd1e6add6e49a570 /www/js | |
| parent | 26821696678cf84ee19f4eb803807e41a7b56780 (diff) | |
updates
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/app.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/js/app.js b/www/js/app.js index a9fb624c..53aa5480 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -202,7 +202,7 @@ angular.module('zmApp', [ { // these can take time, so lets bump up timeout config.timeout = zm.largeHttpTimeout; - // ZMDataModel.zmDebug("timeoutHttpIntercept: HTTP request with long response time. Timeout set to "+config.timeout); + //ZMDataModel.zmDebug("timeoutHttpIntercept: HTTP request with long response time. Timeout set to "+config.timeout); } else { config.timeout = zm.httpTimeout; @@ -855,7 +855,6 @@ angular.module('zmApp', [ $urlRouterProvider.otherwise(function ($injector, $location) { var $state = $injector.get("$state"); - console.log("** PORTAL LOGIN STATE"); $state.go("zm-portal-login"); }); |
