diff options
Diffstat (limited to 'ethchain')
-rw-r--r-- | ethchain/vm.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ethchain/vm.go b/ethchain/vm.go index 584c66611..6579830ec 100644 --- a/ethchain/vm.go +++ b/ethchain/vm.go @@ -95,7 +95,6 @@ func (vm *Vm) RunClosure(closure *Closure, hook DebugHook) (ret []byte, err erro if ethutil.Config.Debug { ethutil.Config.Log.Debugf("# op\n") } - fmt.Println(closure.Script) for { // The base for all big integer arithmetic |