removed console.log
This commit is contained in:
parent
989447364f
commit
a1f6eec305
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ angular.module('copayApp.controllers').controller('HomeWalletController',
|
|||
if ($rootScope.addrInfos) {
|
||||
|
||||
$scope.address = $rootScope.addrInfos[0];
|
||||
console.log('$scope.address', $scope.address);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue