aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-25 01:54:51 +0800
committerobscuren <geffobscura@gmail.com>2014-09-25 01:54:51 +0800
commit54558dd8ae55fc2c7e226c908222803671b7feeb (patch)
tree83e35b8260a104e6668dcee639149ba123f42801
parent60a8c9527cba4298be4bdde39ff1e0e3fd7fe637 (diff)
downloaddexon-54558dd8ae55fc2c7e226c908222803671b7feeb.tar.gz
dexon-54558dd8ae55fc2c7e226c908222803671b7feeb.tar.zst
dexon-54558dd8ae55fc2c7e226c908222803671b7feeb.zip
Removed log
-rw-r--r--ethvm/vm.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ethvm/vm.go b/ethvm/vm.go
index 7aff320f9..bb14d75da 100644
--- a/ethvm/vm.go
+++ b/ethvm/vm.go
@@ -961,7 +961,6 @@ func (self *Message) Addr() []byte {
}
func (self *Message) Exec(codeAddr []byte, caller ClosureRef) (ret []byte, err error) {
- fmt.Printf("%x %x\n", codeAddr[0:4], self.address[0:4])
queue := self.vm.queue
self.vm.queue = list.New()