mirror of
https://github.com/elk-zone/elk.git
synced 2024-12-05 03:59:59 +03:00
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 nothing helped, set cardUrl as default
|
||||
ogImageUrl = cardUrl
|
||||
|
|
Loading…
Reference in a new issue