mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-02 17:12:45 +00:00
REmove a console message.
This commit is contained in:
@@ -220,7 +220,6 @@ const definitionLists = {
|
|||||||
dt : this.lexer.inlineTokens(match[1].trim()),
|
dt : this.lexer.inlineTokens(match[1].trim()),
|
||||||
dd : match[2].split('::').map((s)=>this.lexer.inlineTokens(s.trim()))
|
dd : match[2].split('::').map((s)=>this.lexer.inlineTokens(s.trim()))
|
||||||
});
|
});
|
||||||
console.log(match.splice(2).map((s)=>s.trim()));
|
|
||||||
endIndex = regex.lastIndex;
|
endIndex = regex.lastIndex;
|
||||||
}
|
}
|
||||||
if(definitions.length) {
|
if(definitions.length) {
|
||||||
|
|||||||
Reference in New Issue
Block a user