diff --git a/apps/infoalloggi/src/pages/annuncio/[cod].tsx b/apps/infoalloggi/src/pages/annuncio/[cod].tsx index 502607e..604eaea 100644 --- a/apps/infoalloggi/src/pages/annuncio/[cod].tsx +++ b/apps/infoalloggi/src/pages/annuncio/[cod].tsx @@ -204,7 +204,6 @@ export async function getStaticProps( await ssg.annunci.getAnnuncio.prefetch({ cod: cod }); const meta = await ssg.annunci.getAnnuncioMeta.fetch({ cod: cod }); - console.log("meta", meta); const flag = await ssg.settings.GetFlagValue.fetch({ id: "ANNUNCIO_INTERACTIONS_DISABLED",