diff --git a/packages/editor-ext/src/lib/comment/comment.ts b/packages/editor-ext/src/lib/comment/comment.ts index 1c40809fd..ec8963579 100644 --- a/packages/editor-ext/src/lib/comment/comment.ts +++ b/packages/editor-ext/src/lib/comment/comment.ts @@ -172,8 +172,6 @@ export const Comment = Mark.create({ const commentId = HTMLAttributes?.["data-comment-id"] || null; const resolved = HTMLAttributes?.["data-resolved"] || false; - console.log("firstResolved", resolved); - if (typeof window === "undefined" || typeof document === "undefined") { return [ "span",