Skip to content
Snippets Groups Projects
Commit b15cf58a authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

Remove console.log

parent e50d8c3d
No related branches found
No related tags found
No related merge requests found
...@@ -398,8 +398,6 @@ function AppController($scope, $rootScope, $state, $ionicSideMenuDelegate, $q, $ ...@@ -398,8 +398,6 @@ function AppController($scope, $rootScope, $state, $ionicSideMenuDelegate, $q, $
//////////////////////////////////////// ////////////////////////////////////////
$scope.openLink = function(event, link, type) { $scope.openLink = function(event, link, type) {
console.log(link);
// If email, do not try to open, but copy value // If email, do not try to open, but copy value
if (!Device.enable && type && (type == 'email' || type == 'phone')) { if (!Device.enable && type && (type == 'email' || type == 'phone')) {
return UIUtils.popover.copy(event, link); return UIUtils.popover.copy(event, link);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment