From 20cebebf4f3ec8390f616a19b0c90603110d49e6 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 7 Jan 2018 10:48:04 -0500 Subject: removed several console logs --- www/js/InvalidApiCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/InvalidApiCtrl.js') diff --git a/www/js/InvalidApiCtrl.js b/www/js/InvalidApiCtrl.js index 1c65b9fd..56a0b8b9 100644 --- a/www/js/InvalidApiCtrl.js +++ b/www/js/InvalidApiCtrl.js @@ -14,7 +14,7 @@ angular.module('zmApp.controllers').controller('zmApp.InvalidApiCtrl', ['$scope' //------------------------------------------------------------------------ $scope.$on('$ionicView.enter', function() { - console.log("**VIEW ** InvalidAPI Ctrl Entered"); + // console.log("**VIEW ** InvalidAPI Ctrl Entered"); $ionicSideMenuDelegate.canDragContent(true); }); -- cgit v1.2.3