Commit 89f5e55b authored by Iuri Matias's avatar Iuri Matias

remove unneded reset

parent 7ddf702b
...@@ -86,8 +86,6 @@ Debugger.prototype.debug = function (blockNumber, txNumber, tx, loadingCb) { ...@@ -86,8 +86,6 @@ Debugger.prototype.debug = function (blockNumber, txNumber, tx, loadingCb) {
return return
} }
self.debugger.solidityProxy.reset({})
if (tx) { if (tx) {
if (!tx.to) { if (!tx.to) {
tx.to = traceHelper.contractCreationToken('0') tx.to = traceHelper.contractCreationToken('0')
......
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