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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user