From ef7bac1674eac50c3c6af7d9f486dba5d1938869 Mon Sep 17 00:00:00 2001 From: drafish Date: Wed, 3 Jul 2024 16:38:31 +0800 Subject: [PATCH] rm console --- apps/quick-dapp/src/remix-client.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/apps/quick-dapp/src/remix-client.ts b/apps/quick-dapp/src/remix-client.ts index aa3e6f3b94..9687dee67c 100644 --- a/apps/quick-dapp/src/remix-client.ts +++ b/apps/quick-dapp/src/remix-client.ts @@ -9,15 +9,6 @@ class RemixClient extends PluginClient { } edit({ address, abi, network, name, devdoc, methodIdentifiers }: any): void { - // console.log( - // 'edit dapp', - // address, - // abi, - // network, - // name, - // devdoc, - // methodIdentifiers - // ); initInstance({ address, abi,