Skip to content

Commit

Permalink
cleanup: Remove debug println (PolyMeilex#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan authored May 27, 2023
1 parent 9e16d9a commit 4b61252
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/buttons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ impl Button {
resizable: bool,
state: &WindowState,
) -> SkiaResult {
println!("Draw button: {:?}", self);
let button_bg = if mouse_location == Location::Button(self.kind)
&& (resizable || self.kind != ButtonKind::Maximize)
{
Expand Down

0 comments on commit 4b61252

Please sign in to comment.