Removes console log
This commit is contained in:
parent
8b2265d767
commit
7601005d5d
1 changed files with 0 additions and 1 deletions
|
|
@ -290,7 +290,6 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
||||||
|
|
||||||
// txp already generated for this wallet?
|
// txp already generated for this wallet?
|
||||||
if (tx.txp[wallet.id]) {
|
if (tx.txp[wallet.id]) {
|
||||||
console.log('[confirm.js:292] Ya existe la tx',tx); //TODO/
|
|
||||||
ongoingProcess.set('calculatingFee', false);
|
ongoingProcess.set('calculatingFee', false);
|
||||||
refresh();
|
refresh();
|
||||||
return cb();
|
return cb();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue