Skip to content

Commit

Permalink
removing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfig committed May 8, 2024
1 parent 3586041 commit 7859a7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export class PointerCellMoving {
cursorRectangle.width,
BORDER_THRESHOLD
);
console.log(cursorRectangle.y, cursorRectangle.height, bottom, world);

if (intersects.rectanglePoint(bottom, world)) {
return 'bottom';
}
Expand Down

0 comments on commit 7859a7f

Please sign in to comment.