diff --git a/www/js/controllers/app-controllers.js b/www/js/controllers/app-controllers.js index 2ee4e162bfc0303a55cbe00cf4e8fe6296e0f0e4..a1ed3a63c6363f271535866c884c4f9d456006a9 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);