Skip to content

Commit b005643

Browse files
committed
fix: remove debug log for provider in initIExecSDKs function
1 parent 65b14e9 commit b005643

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/externals/iexecSdkClient.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export async function initIExecSDKs({
3737
{ ethProvider: provider },
3838
{ allowExperimentalNetworks: true }
3939
);
40-
console.log('config', provider);
4140
iExec = new IExec(config);
4241

4342
IEXEC_CLIENT_RESOLVES.forEach((resolve) => resolve(iExec!));

0 commit comments

Comments
 (0)