good morning!!!!

Skip to content
Snippets Groups Projects
Commit 54558dd8 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Removed log

parent 60a8c952
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment