remove log

This commit is contained in:
Shinigami92 2022-12-12 19:54:58 +01:00
parent dff937aa89
commit cfacff87be

View file

@ -75,9 +75,6 @@ export default defineEventHandler(async (event) => {
} }
} }
// eslint-disable-next-line no-console
console.log(JSON.stringify({ cardUrl, ogImageUrl }))
if (!ogImageUrl) { if (!ogImageUrl) {
// If nothing helped, set cardUrl as default // If nothing helped, set cardUrl as default
ogImageUrl = cardUrl ogImageUrl = cardUrl