From f457bf201960673bc1d85e8e082c54d0d68b1bad Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 31 Mar 2022 19:45:49 -0700 Subject: [PATCH] Remove hanging console.log --- shared/editor/marks/Link.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/shared/editor/marks/Link.tsx b/shared/editor/marks/Link.tsx index b548a667f..76e35723e 100644 --- a/shared/editor/marks/Link.tsx +++ b/shared/editor/marks/Link.tsx @@ -134,10 +134,7 @@ export default class Link extends Mark { Decoration.widget( // place the decoration at the end of the link nodeWithPos.pos + nodeWithPos.node.nodeSize, - () => { - console.log(icon); - return icon.cloneNode(true); - }, + () => icon.cloneNode(true), { // position on the right side of the position side: 1,