From d4cd373e428e3b214f98c0fb21150f9c7f942f3e Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 12 Jul 2016 09:28:02 -0400 Subject: removed comments Former-commit-id: 63ef08c7080b24c5ab607baae88d620c7bfe421b --- www/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index 4c76bee4..74c2fb66 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -982,10 +982,10 @@ angular.module('zmApp', [ // This code takes care of trapping the Android back button // and takes it to the menu. - console.log (">>>>>>>>>>>>>>>>>>BACK BUTTON REGISTERED"); + //console.log (">>>>>>>>>>>>>>>>>>BACK BUTTON REGISTERED"); $ionicPlatform.registerBackButtonAction(function (e) { e.preventDefault(); - console.log ("******** back called with isOpenLeft: " + $ionicSideMenuDelegate.isOpenLeft()); + //console.log ("******** back called with isOpenLeft: " + $ionicSideMenuDelegate.isOpenLeft()); if (!$ionicSideMenuDelegate.isOpenLeft()) { $ionicSideMenuDelegate.toggleLeft(); console.log("Status of SIDE MENU IS : " + $ionicSideMenuDelegate.isOpen()); -- cgit v1.2.3