Skip to content

Commit

Permalink
Remove debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
Koranir committed Feb 4, 2025
1 parent 7a71b87 commit 4b1c0ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shell/grabs/moving.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ impl MoveGrab {
} else {
grab_state.location.y
};
dbg!(grab_state.location);
}

for output in shell.outputs() {
Expand Down

0 comments on commit 4b1c0ba

Please sign in to comment.