aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaran <maran.hidskes@gmail.com>2014-05-13 20:44:12 +0800
committerMaran <maran.hidskes@gmail.com>2014-05-13 20:44:12 +0800
commitc9ac5b0f74e3b1b3026fa1351e682916bf8f7c71 (patch)
tree5c07fa0da2ea73a581d23aa0524ff2f31d481315
parent28357d657b8c46e841fc96a61758652d2617b068 (diff)
downloadgo-tangerine-c9ac5b0f74e3b1b3026fa1351e682916bf8f7c71.tar
go-tangerine-c9ac5b0f74e3b1b3026fa1351e682916bf8f7c71.tar.gz
go-tangerine-c9ac5b0f74e3b1b3026fa1351e682916bf8f7c71.tar.bz2
go-tangerine-c9ac5b0f74e3b1b3026fa1351e682916bf8f7c71.tar.lz
go-tangerine-c9ac5b0f74e3b1b3026fa1351e682916bf8f7c71.tar.xz
go-tangerine-c9ac5b0f74e3b1b3026fa1351e682916bf8f7c71.tar.zst
go-tangerine-c9ac5b0f74e3b1b3026fa1351e682916bf8f7c71.zip
Removed lingering log statement
-rw-r--r--ethpub/pub.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/ethpub/pub.go b/ethpub/pub.go
index 1866d6fdf..4d1536368 100644
--- a/ethpub/pub.go
+++ b/ethpub/pub.go
@@ -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()
}