This commit is contained in:
obscuren 2014-07-02 13:44:59 +02:00
parent 50c0938226
commit a0dd1ebb6d
1 changed files with 0 additions and 1 deletions

View File

@ -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)