mirror of
https://github.com/Xahau/xahau-web.git
synced 2025-11-04 12:15:49 +00:00
remove log
This commit is contained in:
@@ -99,8 +99,6 @@ export function remarkGlobalReferences() {
|
|||||||
delete node.referenceType
|
delete node.referenceType
|
||||||
delete node.identifier
|
delete node.identifier
|
||||||
delete node.label
|
delete node.label
|
||||||
|
|
||||||
console.log(`Resolved reference [${label}][] to ${refs[label]}`)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -124,7 +122,6 @@ export function remarkGlobalReferences() {
|
|||||||
label,
|
label,
|
||||||
url: refs[label],
|
url: refs[label],
|
||||||
})
|
})
|
||||||
console.log(`Found escaped reference ${fullMatch} -> ${refs[label]}`)
|
|
||||||
}
|
}
|
||||||
match = pattern.exec(node.value)
|
match = pattern.exec(node.value)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user