Commit c9ac5b0f authored by Maran's avatar Maran

Removed lingering log statement

parent 28357d65
......@@ -2,7 +2,6 @@ package ethpub
import (
"encoding/hex"
"fmt"
"github.com/ethereum/eth-go/ethchain"
"github.com/ethereum/eth-go/ethutil"
)
......@@ -83,7 +82,6 @@ func (lib *PEthereum) GetStorage(address, storageAddress string) string {
}
func (lib *PEthereum) GetTxCountAt(address string) int {
fmt.Println("GO")
return lib.GetStateObject(address).Nonce()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment