Skip to content

Commit 2a7286f

Browse files
removed console log
1 parent 0f3bfa2 commit 2a7286f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Board/Board.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,6 @@ const Board = React.forwardRef<BoardActions, BoardProps>(
11261126
function (this: fabricTypes.CanvasAnnotationState, opt) {
11271127
const evt = opt.e as MouseEvent;
11281128
if (evt.button === 1) {
1129-
console.log("relesed");
11301129
// Right mouse button
11311130
this.isDragging = false;
11321131
this.selection = true;

0 commit comments

Comments
 (0)