Commit a0dd1ebb authored by obscuren's avatar obscuren

.

parent 50c09382
......@@ -93,7 +93,6 @@ func (self *DebuggerWindow) Debug(valueStr, gasStr, gasPriceStr, scriptStr, data
dis := ethchain.Disassemble(script)
self.win.Root().Call("clearAsm")
//self.win.Root().Call("clearLog")
for _, str := range dis {
self.win.Root().Call("setAsm", str)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment