mirror of
https://github.com/zhigang1992/docsify.git
synced 2026-03-27 02:34:13 +08:00
chore: remove console.log
This commit is contained in:
@@ -17,7 +17,6 @@ function getAndRemoveConfig (str = '') {
|
||||
if (str) {
|
||||
str = str
|
||||
.replace(/:([\w-]+)=?([\w-]+)?/g, (m, key, value) => {
|
||||
console.log(key, value)
|
||||
config[key] = (value && value.replace(/"/g, '')) || true
|
||||
return ''
|
||||
})
|
||||
@@ -47,7 +46,6 @@ const compileMedia = {
|
||||
}
|
||||
},
|
||||
iframe (url, title) {
|
||||
console.log(title)
|
||||
return `<iframe src="${url}" ${title || 'width=100% height=400'}></iframe>`
|
||||
},
|
||||
video (url, title) {
|
||||
|
||||
Reference in New Issue
Block a user