Skip to content

Commit 576bb2c

Browse files
committed
style(json-crdt-extensions): 💄 remove unnecessary console.log
1 parent abbac3a commit 576bb2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/json-crdt-extensions/peritext/overlay/__tests__/Overlay.refresh.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ describe('Overlay.refresh()', () => {
165165
const end = kit.peritext.editor.cursor.start.clone();
166166
end.anchor = Anchor.Before;
167167
kit.peritext.editor.cursor.setRange(kit.peritext.range(kit.peritext.editor.cursor.start, end));
168-
console.log(kit.peritext.localSlices.model.api.flush());
169168
});
170169
});
171170
});

0 commit comments

Comments
 (0)