From 827fdd3cff641c5e171df80a09d10d38cef1844d Mon Sep 17 00:00:00 2001 From: David Bolack Date: Fri, 10 Nov 2023 00:43:45 -0600 Subject: [PATCH] REmove a console message. --- shared/naturalcrit/markdown.js | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/naturalcrit/markdown.js b/shared/naturalcrit/markdown.js index 900475986..ff262b244 100644 --- a/shared/naturalcrit/markdown.js +++ b/shared/naturalcrit/markdown.js @@ -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) {