Skip to content

Commit

Permalink
Remove wrong print statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirVer committed Oct 20, 2021
1 parent f46dc7e commit 3399108
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ fn get_screens() -> Vec<Screen> {
})
}
};
println!("#sirver rv: {:#?}", rv);
// The window frames have their origins in the bottom left of the screen, y going upwards.
// However, screen bounds have the origin at the top left going down. We need to convert here
// to get them in the screen space.
Expand Down Expand Up @@ -191,7 +190,6 @@ fn main() {
}
screen.expect("Unknown screen index.")
};
println!("#sirver screens: {:#?}", screens);
let screen = match params.screen {
ScreenSelector::Index(index) => get_screen_by_index(index),
ScreenSelector::Char(c) => match c {
Expand Down

0 comments on commit 3399108

Please sign in to comment.