We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9644018 commit 266c245Copy full SHA for 266c245
crates/tree-sitter-qmd/tree-sitter-markdown-inline/grammar.js
@@ -440,7 +440,6 @@ module.exports = grammar(add_inline_rules({
440
function add_inline_rules(grammar) {
441
let conflicts = [];
442
function add_conflict(rules) {
443
- console.log("Adding conflict", rules);
444
conflicts.push(rules);
445
}
446
for (let link of [true, false]) {
0 commit comments