From c9ac5b0f74e3b1b3026fa1351e682916bf8f7c71 Mon Sep 17 00:00:00 2001 From: Maran Date: Tue, 13 May 2014 14:44:12 +0200 Subject: Removed lingering log statement --- ethpub/pub.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'ethpub/pub.go') 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() } -- cgit