From 1b822c97b9d4c4f6588429ff06e0804d38177fef Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Wed, 17 Feb 2016 04:01:30 -0500 Subject: console cleanups Former-commit-id: 49f0a567d765d3ce1f580383248ee1e6e6a496ef --- www/js/ImportantMessageCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/ImportantMessageCtrl.js') diff --git a/www/js/ImportantMessageCtrl.js b/www/js/ImportantMessageCtrl.js index ae53dc06..bbb34c32 100644 --- a/www/js/ImportantMessageCtrl.js +++ b/www/js/ImportantMessageCtrl.js @@ -14,7 +14,7 @@ $scope.openMenu = function () { // Controller Main //------------------------------------------------------------------------ $scope.$on('$ionicView.enter', function () { - console.log("**VIEW ** LowVersion Ctrl Entered"); + //console.log("**VIEW ** LowVersion Ctrl Entered"); $ionicSideMenuDelegate.canDragContent(true); $scope.requiredVersion = zm.minAppVersion; $scope.currentVersion = $stateParams.ver; -- cgit v1.2.3