From 7c706001de902eda41b89752297794e18cdc4988 Mon Sep 17 00:00:00 2001
From: Bastien Dumont <bdumont@grandlyon.com>
Date: Mon, 27 May 2024 10:34:07 +0200
Subject: [PATCH] chore: remove log on connect

---
 src/components/Hooks/useKonnectorAuth.tsx | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/components/Hooks/useKonnectorAuth.tsx b/src/components/Hooks/useKonnectorAuth.tsx
index 773489358..9f1dcd090 100644
--- a/src/components/Hooks/useKonnectorAuth.tsx
+++ b/src/components/Hooks/useKonnectorAuth.tsx
@@ -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
-- 
GitLab