- console debug log

This commit is contained in:
Taegus
2018-12-25 15:27:31 +01:00
parent ff68252e62
commit 655cd441b7

View File

@@ -145,7 +145,6 @@ $(document).on("render_send", function() {
EthoMainGUI.showGeneralError(error); EthoMainGUI.showGeneralError(error);
}, },
function(transaction) { function(transaction) {
console.log(JSON.stringify(transaction));
ipcRenderer.send('storeTransaction', { ipcRenderer.send('storeTransaction', {
block: transaction.blockNumber, block: transaction.blockNumber,
txhash: transaction.hash.toLowerCase(), txhash: transaction.hash.toLowerCase(),