aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helper/vm.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helper/vm.go')
-rw-r--r--tests/helper/vm.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/helper/vm.go b/tests/helper/vm.go
index e9557e871..f1c1ffdfc 100644
--- a/tests/helper/vm.go
+++ b/tests/helper/vm.go
@@ -148,7 +148,6 @@ func RunState(statedb *state.StateDB, env, tx map[string]string) ([]byte, state.
coinbase.SetGasPool(ethutil.Big(env["currentGasLimit"]))
message := NewMessage(keyPair.Address(), to, data, value, gas, price)
- Log.DebugDetailf("message{ to: %x, from %x, value: %v, gas: %v, price: %v }\n", message.to[:4], message.from[:4], message.value, message.gas, message.price)
vmenv := NewEnvFromMap(statedb, env, tx)
st := core.NewStateTransition(vmenv, message, coinbase)
vmenv.origin = keyPair.Address()