Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
fixes #36
  • Loading branch information
lucasmerlin committed Sep 29, 2024
1 parent 455c26d commit db10b04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/egui_suspense/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ impl<T: MaybeSend + MaybeSync + 'static, E: Display + Debug + MaybeSend + MaybeS
}

if clear_data {
println!("Clearing data");
self.data = None;
}

Expand Down

0 comments on commit db10b04

Please sign in to comment.