summaryrefslogtreecommitdiff
path: root/www/js/ImportantMessageCtrl.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/ImportantMessageCtrl.js
parent59ff5a70dba91ab992f55d2cec26aff99a0a8a2f (diff)
console cleanups
Former-commit-id: 49f0a567d765d3ce1f580383248ee1e6e6a496ef
Diffstat (limited to 'www/js/ImportantMessageCtrl.js')
-rw-r--r--www/js/ImportantMessageCtrl.js2
1 files changed, 1 insertions, 1 deletions
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;