diff --git a/index.js b/index.js
index 6e1a8823fdacf56f2f31b1f4ed4b5157c1765920..20b2ab38bb86dea8d41aebd7639a4e0edaf62d3f 100644
--- a/index.js
+++ b/index.js
@@ -217,7 +217,6 @@ async function start(fields, cozyParameters) {
         boToken,
         consentEndDate < today
       )
-      // throw errors.USER_ACTION_NEEDED_OAUTH_OUTDATED
     }
   }
   log('info', 'Successfully logged in')
@@ -228395,7 +228394,6 @@ async function findUserPdl(
     return parseUserPdl(parsedReply)
   } catch (error) {
     log('error', 'Error while parsing user PDL: ' + error)
-
     if (parsedReply.Envelope.Body.Fault) {
       log(
         'error',