remove an anoying console.log

This commit is contained in:
Alexey 2020-10-30 11:56:24 +03:00
parent 1634e5fb16
commit b940fad5e0
3 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
node_modules
.env

View File

@ -1,6 +1,6 @@
{
"name": "tx-manager",
"version": "0.2.3",
"version": "0.2.4",
"description": "",
"main": "index.js",
"scripts": {

View File

@ -154,7 +154,6 @@ class Transaction {
this._emitter.emit('transactionHash', txHash)
console.log(`Broadcasted transaction ${txHash}`)
console.log(this.tx)
}
/**