Skip to content

Commit

Permalink
Remove stray println...
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Jun 8, 2024
1 parent af870f8 commit f3702e3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ object Input:
.resizeBy(2, 2)
.moveBy(context.bounds.coords)
.contains(context.mouseCoords) =>
println(context.bounds.coords)
model.giveFocus

case _: MouseEvent.Click =>
Expand Down

0 comments on commit f3702e3

Please sign in to comment.