0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 03:12:40 +00:00

REmove a console message.

This commit is contained in:
David Bolack
2023-11-10 00:43:45 -06:00
parent a6ecec4172
commit 827fdd3cff

View File

@@ -220,7 +220,6 @@ const definitionLists = {
dt : this.lexer.inlineTokens(match[1].trim()),
dd : match[2].split('::').map((s)=>this.lexer.inlineTokens(s.trim()))
});
console.log(match.splice(2).map((s)=>s.trim()));
endIndex = regex.lastIndex;
}
if(definitions.length) {