remove console log
This commit is contained in:
parent
35756cf529
commit
aa53dd4926
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio
|
|||
var walletSettings = configWallet.settings;
|
||||
var wallet;
|
||||
$scope.title = gettextCatalog.getString('Transaction');
|
||||
console.log($scope.btx);
|
||||
|
||||
$scope.init = function() {
|
||||
wallet = $scope.wallet;
|
||||
$scope.alternativeIsoCode = walletSettings.alternativeIsoCode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue