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?
|
||||
if (tx.txp[wallet.id]) {
|
||||
console.log('[confirm.js:292] Ya existe la tx',tx); //TODO/
|
||||
ongoingProcess.set('calculatingFee', false);
|
||||
refresh();
|
||||
return cb();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue