chore: remove console.log
This commit is contained in:
parent
dc0c3ced4e
commit
4aafde85fb
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ function walkFetchEmbed ({ step = 0, embedTokens, compile, fetch }, cb) {
|
|||
}
|
||||
|
||||
if (process.env.SSR) {
|
||||
console.log(token.embed.url)
|
||||
fetch(token.embed.url).then(next)
|
||||
} else {
|
||||
get(token.embed.url).then(next)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue