diff --git a/ethchain/state.go b/ethchain/state.go
index 9748da1bc8e16a8d1c064e468da7ead812f1a734..684b81102532840007844c2047b843176f730089 100644
--- a/ethchain/state.go
+++ b/ethchain/state.go
@@ -61,7 +61,6 @@ func (self *State) UpdateStateObject(stateObject *StateObject) {
 	addr := stateObject.Address()
 
 	ethutil.Config.Db.Put(ethcrypto.Sha3Bin(stateObject.Script()), stateObject.Script())
-	fmt.Printf("balance %v %p\n", stateObject.Amount, stateObject)
 
 	self.trie.Update(string(addr), string(stateObject.RlpEncode()))