Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Jan 3, 2025
1 parent 2b8dc4e commit 38c5575
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/draw/src/plugins/with-vector-line-create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export const withVectorLineCreateByDraw = (board: PlaitBoard) => {
};

board.dblClick = (event: MouseEvent) => {
console.log('l`ll be here');
if (!PlaitBoard.isReadonly(board)) {
if (temporaryElement) {
vectorLineComplete();
Expand Down

0 comments on commit 38c5575

Please sign in to comment.