remove console logs
This commit is contained in:
parent
c558b64403
commit
8122a84471
1 changed files with 0 additions and 2 deletions
|
|
@ -12,7 +12,6 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
|
||||||
$scope.wallets = profileService.getWallets({
|
$scope.wallets = profileService.getWallets({
|
||||||
onlyComplete: true
|
onlyComplete: true
|
||||||
});
|
});
|
||||||
console.log($scope.wallets);
|
|
||||||
$scope.hasWallets = lodash.isEmpty($scope.wallets) ? false : true;
|
$scope.hasWallets = lodash.isEmpty($scope.wallets) ? false : true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -159,7 +158,6 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
|
||||||
return popupService.showAlert(err);
|
return popupService.showAlert(err);
|
||||||
}
|
}
|
||||||
$log.debug('Got toAddress:' + addr + ' | ' + item.name);
|
$log.debug('Got toAddress:' + addr + ' | ' + item.name);
|
||||||
console.log(item);
|
|
||||||
return $state.transitionTo('tabs.send.amount', {
|
return $state.transitionTo('tabs.send.amount', {
|
||||||
recipientType: item.recipientType,
|
recipientType: item.recipientType,
|
||||||
toAddress: addr,
|
toAddress: addr,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue