Removes console.log

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-02 16:48:27 -03:00
commit 1bae2e4c7a
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -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() {