Skip to content

Commit

Permalink
[chore] Bump dependencies and remove debug print
Browse files Browse the repository at this point in the history
Signed-off-by: Shinyzenith <[email protected]>
  • Loading branch information
Shinyzenith committed Aug 4, 2022
1 parent 3bbe4d0 commit 9e6ca56
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ pub fn get_all_outputs(display: Display) -> Vec<OutputInfo> {
println!("Compositor did not advertise any wl_output devices!");
exit(1);
}
println!("Outputs detected: {:#?}", outputs);
outputs.take()
}

Expand Down

0 comments on commit 9e6ca56

Please sign in to comment.