summaryrefslogtreecommitdiff
path: root/www/js/PortalLoginCtrl.js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-02-17 04:01:30 -0500
committerpliablepixels <pliablepixels@gmail.com>2016-02-17 04:01:30 -0500
commit1b822c97b9d4c4f6588429ff06e0804d38177fef (patch)
tree7ac9aa86e3b9fefe69818c08901eca793f1b5ff6 /www/js/PortalLoginCtrl.js
parent59ff5a70dba91ab992f55d2cec26aff99a0a8a2f (diff)
console cleanups
Former-commit-id: 49f0a567d765d3ce1f580383248ee1e6e6a496ef
Diffstat (limited to 'www/js/PortalLoginCtrl.js')
-rw-r--r--www/js/PortalLoginCtrl.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/js/PortalLoginCtrl.js b/www/js/PortalLoginCtrl.js
index 0ef20705..d0c94f32 100644
--- a/www/js/PortalLoginCtrl.js
+++ b/www/js/PortalLoginCtrl.js
@@ -251,7 +251,7 @@ angular.module('zmApp.controllers').controller('zmApp.PortalLoginCtrl', ['$ionic
{
$rootScope.tappedNotification = 0;
$ionicHistory.nextViewOptions({disableBack: true});
- console.log ("***** NOTIFICATION TAPPED GOING TO EVENTS ");
+ //console.log ("***** NOTIFICATION TAPPED GOING TO EVENTS ");
$state.go("events", {"id": 0}, { reload: true });
return;
@@ -259,7 +259,7 @@ angular.module('zmApp.controllers').controller('zmApp.PortalLoginCtrl', ['$ionic
if ($rootScope.lastState == 'lowversion') $rootScope.lastState = 'montage';
ZMDataModel.zmDebug("Transitioning state to: " + $rootScope.lastState ? $rootScope.lastState : 'montage');
- console.log ("*********** GOING TO " + $rootScope.lastState);
+ //console.log ("*********** GOING TO " + $rootScope.lastState);
$state.go($rootScope.lastState ? $rootScope.lastState : 'montage', $rootScope.lastStateParam);
},
// coming here means auth error
@@ -298,7 +298,8 @@ angular.module('zmApp.controllers').controller('zmApp.PortalLoginCtrl', ['$ionic
//-------------------------------------------------------------------------------
// Controller Main
//-------------------------------------------------------------------------------
- console.log("************* ENTERING PORTAL MAIN ");
+ // console.log("************* ENTERING PORTAL MAIN ");
+ ZMDataModel.zmLog ("Entering Portal Main");
var loginData = ZMDataModel.getLogin();
$ionicSideMenuDelegate.canDragContent(false);