From b15cf58a936439089cafec308921dbb09506f4ee Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Mon, 2 Oct 2017 13:30:12 +0200 Subject: [PATCH] Remove console.log --- www/js/controllers/app-controllers.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/js/controllers/app-controllers.js b/www/js/controllers/app-controllers.js index 2ee4e162b..a1ed3a63c 100644 --- a/www/js/controllers/app-controllers.js +++ b/www/js/controllers/app-controllers.js @@ -398,8 +398,6 @@ function AppController($scope, $rootScope, $state, $ionicSideMenuDelegate, $q, $ //////////////////////////////////////// $scope.openLink = function(event, link, type) { - console.log(link); - // If email, do not try to open, but copy value if (!Device.enable && type && (type == 'email' || type == 'phone')) { return UIUtils.popover.copy(event, link); -- GitLab