Commit 35b7dd3e authored by yann300's avatar yann300

remove log

parent 662549ce
......@@ -152,7 +152,6 @@ export const DebuggerUI = (props: DebuggerUIProps) => {
compilationResult: async (address) => {
try {
const ret = await debuggerModule.fetchContractAndCompile(address, currentReceipt)
console.log('ok', ret)
return ret
} catch (e) {
console.error(e)
......
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