From f07c8bc52aed011ecadcb9ef0e2bc45b6d492a4a Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 26 Dec 2017 12:40:26 -0500 Subject: removed force saving in LoginCtrl on menu toggle --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/app.js') 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) { -- cgit v1.2.3