Remove console.log
This commit is contained in:
parent
db6bcc4d9a
commit
75c9eb7630
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
angular.module('copayApp.controllers').controller('signOutController', function(identityService) {
|
angular.module('copayApp.controllers').controller('signOutController', function(identityService) {
|
||||||
|
|
||||||
console.log('En el controller del sign out');
|
|
||||||
|
|
||||||
identityService.signout();
|
identityService.signout();
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue