diff --git a/src/js/controllers/onboarding/notifications.js b/src/js/controllers/onboarding/notifications.js index 6252a77e7..7f22581fd 100644 --- a/src/js/controllers/onboarding/notifications.js +++ b/src/js/controllers/onboarding/notifications.js @@ -1,7 +1,6 @@ 'use strict'; angular.module('copayApp.controllers').controller('notificationsController', function($scope, $state, $stateParams, profileService) { -console.log('[notifications.js:3]',$stateParams); //TODO $scope.walletId = $stateParams.walletId; $scope.allowNotif = function() {