diff --git a/src/parser/model/ParserHtml.ts b/src/parser/model/ParserHtml.ts
index 1661f73e6..b30525a32 100644
--- a/src/parser/model/ParserHtml.ts
+++ b/src/parser/model/ParserHtml.ts
@@ -363,7 +363,6 @@ const ParserHtml = (em?: EditorModel, config: ParserConfig & { returnArray?: boo
let resHtml: HTMLParseResult['html'] = [];
if (asDocument) {
- console.log(this.detectNode(docEl.head, cf));
res.head = this.parseNode(docEl.head, cf);
res.root = this.parseNodeAttr(root);
resHtml = this.parseNode(docEl.body, cf);