diff --git a/onDeleteAccount.js b/onDeleteAccount.js
index bbbeccfe35efd2232975f542a42faf912b92f655..61a992f281d6ccf61541a65f3cf050477ea31c87 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'