Remove debug log for meta in getStaticProps to clean up code
This commit is contained in:
parent
3748afbd7e
commit
96a85be96c
1 changed files with 0 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue