Skip to content
Snippets Groups Projects
Commit 7c706001 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore: remove log on connect

parent a1a88ff0
Branches
Tags
1 merge request!11623.0 Release
......@@ -84,7 +84,6 @@ const useKonnectorAuth = (
grdfAuthData: options.grdfAuthData,
sgeAuthData: options.sgeAuthData,
})
logApp('info', `accountAuthData ${JSON.stringify(accountAuthData)}`)
const { account, trigger } = await connectionService.connectNewUser(
konnectorSlug,
......@@ -122,7 +121,6 @@ const useKonnectorAuth = (
grdfAuthData: options.grdfAuthData,
sgeAuthData: options.sgeAuthData,
})
logApp('info', `accountAuthData ${JSON.stringify(accountAuthData)}`)
const newAccount = structuredClone(
currentFluidStatus.connection.account
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment