Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Dec 30, 2024
1 parent 55a3ef9 commit 4970099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strudel.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class StrudelSession {
const haps = currentFrame.filter((h) => h.value.docId === docId);
// update codemirror view to highlight this frame's haps
const view = editorViews.get(docId);
console.log(docId, haps);
// console.log(docId, haps);
highlightMiniLocations(view, phase || 0, haps || []);
});
},
Expand Down

0 comments on commit 4970099

Please sign in to comment.