Removes console log

This commit is contained in:
Gustavo Maximiliano Cortez 2017-09-01 14:33:50 -03:00
commit 7601005d5d
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

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