We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b14e9 commit b005643Copy full SHA for b005643
src/externals/iexecSdkClient.ts
@@ -37,7 +37,6 @@ export async function initIExecSDKs({
37
{ ethProvider: provider },
38
{ allowExperimentalNetworks: true }
39
);
40
- console.log('config', provider);
41
iExec = new IExec(config);
42
43
IEXEC_CLIENT_RESOLVES.forEach((resolve) => resolve(iExec!));
0 commit comments