forked from Mirrors/elk
remove log
This commit is contained in:
parent
dff937aa89
commit
cfacff87be
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue