From f4cf813dce4cfa99b507edb5a01837329895062e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Pailharey?= <rpailharey@grandlyon.com>
Date: Thu, 24 Aug 2023 15:09:31 +0200
Subject: [PATCH] publish: Merge branch
 '25-follow-up-from-detailed-sentry-logs' into 'main'

generated from commit 772de020d15d7b0e201addc1a8195fdcf51822e2
---
 onDeleteAccount.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/onDeleteAccount.js b/onDeleteAccount.js
index bbbeccf..61a992f 100644
--- a/onDeleteAccount.js
+++ b/onDeleteAccount.js
@@ -246520,8 +246520,6 @@ async function onDeleteAccount() {
       }
       const secrets = getAccountSecret()
 
-      log('debug', JSON.stringify(accountData))
-
       const userConsent = await getBoConsent(
         secrets.boBaseUrl,
         secrets.boToken,
@@ -246557,6 +246555,7 @@ async function onDeleteAccount() {
       }
 
       log('info', 'Deleting account succeed')
+      throw new Error('pouet')
     } else {
       const errorMessage =
         'No account revision was found, something went wrong during the deletion of said account'
-- 
GitLab