mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
chore: remove console.log
This commit is contained in:
parent
dc0c3ced4e
commit
4aafde85fb
@ -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…
x
Reference in New Issue
Block a user