From 7a25bd1ca11757f203450d49ab8c57608d0bc11c Mon Sep 17 00:00:00 2001 From: yutent Date: Tue, 23 May 2023 19:04:38 +0800 Subject: [PATCH] remove debug --- src/markd/core.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/markd/core.js b/src/markd/core.js index 1b749f7..f70bdc3 100644 --- a/src/markd/core.js +++ b/src/markd/core.js @@ -637,11 +637,9 @@ class Tool { } } - console.log('>>>>') if (isParagraph) { html += '

' } - console.log(html) delete this.list delete this.__LINKS__ return html.trim()