remove console log

This commit is contained in:
Gabriel Bazán 2016-09-23 12:45:07 -03:00
parent 35756cf529
commit aa53dd4926
1 changed files with 1 additions and 1 deletions

View File

@ -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;