Skip to content

Commit

Permalink
fix(blocks): remove the console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 14, 2024
1 parent 5e8f1c2 commit 7b96258
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/blocks/src/note-block/note-block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export class NoteBlockComponent extends BlockComponent<
}

override renderBlock() {
// console.log(111, this.std.doc);
return html`
<div class="affine-note-block-container">
<div class="affine-block-children-container">
Expand Down
2 changes: 0 additions & 2 deletions packages/framework/block-std/src/range/range-binding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ export class RangeBinding {
};

private _onNativeSelectionChanged = async () => {
console.log(111);

if (this.isComposing) return;

await this.host.updateComplete;
Expand Down

0 comments on commit 7b96258

Please sign in to comment.