Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick committed Jan 4, 2025
1 parent e9c5094 commit 5c69d44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/core/codemirror/rtc/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export function realTimeCollaboration(cellId: CellId, initialCode = "") {

if (wsProvider) {
ytext = wsProvider.doc.getText("code");
console.log("using existing wsProvider", ytext);
} else {
const ydoc = new Y.Doc();
ytext = ydoc.getText("code");
Expand All @@ -33,7 +32,6 @@ export function realTimeCollaboration(cellId: CellId, initialCode = "") {
params,
});
cellProviders.set(cellId, wsProvider);
console.log("created new wsProvider", ytext);
}

const extension = yCollab(ytext, null);
Expand Down

0 comments on commit 5c69d44

Please sign in to comment.