summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-12-26 12:40:26 -0500
committerPliable Pixels <pliablepixels@gmail.com>2017-12-26 12:40:26 -0500
commitf07c8bc52aed011ecadcb9ef0e2bc45b6d492a4a (patch)
tree67f87fc8da934b9179226fa86daaaa8bc919e184 /www/js/app.js
parentba041c5c2cf52d8757dcd8ecb089fca713c52f5c (diff)
removed force saving in LoginCtrl on menu toggle
Diffstat (limited to 'www/js/app.js')
-rwxr-xr-xwww/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index f01fd11f..bc7dac2b 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -954,7 +954,7 @@ angular.module('zmApp', [
// first try to login, if it works, good
// else try to do reachability
- console.log(">>>>>>>>>>>> CALLING DO LOGIN");
+ //console.log(">>>>>>>>>>>> CALLING DO LOGIN");
proceedWithLogin()
.then(function (success) {