From 96a85be96c3a366860615841cde52546bd0a6892 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Fri, 8 Aug 2025 15:30:10 +0200 Subject: [PATCH] Remove debug log for meta in getStaticProps to clean up code --- apps/infoalloggi/src/pages/annuncio/[cod].tsx | 1 - 1 file changed, 1 deletion(-) 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",