mirror of
https://github.com/zhigang1992/docsify.git
synced 2026-03-28 07:58:18 +08:00
chore: remove console.log
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user