remove console log

This commit is contained in:
Gabriel Bazán 2016-09-23 12:45:07 -03:00
commit aa53dd4926

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;