diff --git a/src/cron/demarchesSimplifiees.ts b/src/cron/demarchesSimplifiees.ts index fcfb4494..b291d6b2 100644 --- a/src/cron/demarchesSimplifiees.ts +++ b/src/cron/demarchesSimplifiees.ts @@ -29,7 +29,6 @@ export const importData = async (): Promise => { //@ts-ignore const dsAPIData = await getPsychologistList(latestCursor.cursor); - console.log(dsAPIData); if (dsAPIData.psychologists.length > 0) { await saveMany(dsAPIData.psychologists); console.log(`${dsAPIData.psychologists.length} saved`); diff --git a/src/pages/medecins.tsx b/src/pages/medecins.tsx index afe3a6f9..b42690fa 100644 --- a/src/pages/medecins.tsx +++ b/src/pages/medecins.tsx @@ -106,7 +106,7 @@ const Page = () => {

Pour plus de précisions, référez vous au{" "}