Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Aug 22, 2018
1 parent d8c4762 commit 04e8a91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/debugger/remix-debugger/src/ui/EthdebuggerUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ function EthdebuggerUI (opts) {
self.unLoad()
})
this.txBrowser.event.register('newTraceRequested', this, function (blockNumber, txIndex, tx) {
console.dir('newTraceRequestd')
console.dir(arguments)
self.startDebugging(blockNumber, txIndex, tx)
})
this.txBrowser.event.register('unloadRequested', this, function (blockNumber, txIndex, tx) {
Expand Down

0 comments on commit 04e8a91

Please sign in to comment.