Remove debug log for meta in getStaticProps to clean up code

This commit is contained in:
Marco Pedone 2025-08-08 15:30:10 +02:00
parent 3748afbd7e
commit 96a85be96c

View file

@ -204,7 +204,6 @@ export async function getStaticProps(
await ssg.annunci.getAnnuncio.prefetch({ cod: cod }); await ssg.annunci.getAnnuncio.prefetch({ cod: cod });
const meta = await ssg.annunci.getAnnuncioMeta.fetch({ cod: cod }); const meta = await ssg.annunci.getAnnuncioMeta.fetch({ cod: cod });
console.log("meta", meta);
const flag = await ssg.settings.GetFlagValue.fetch({ const flag = await ssg.settings.GetFlagValue.fetch({
id: "ANNUNCIO_INTERACTIONS_DISABLED", id: "ANNUNCIO_INTERACTIONS_DISABLED",