Skip to content

Commit

Permalink
Remove another unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumandora authored Jun 8, 2024
1 parent db0e371 commit ca96b5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ fn main() {
.filter_map(|p| p.ok())
.find(|p| p.status().map(|s| s.name == "cs2").unwrap_or(false))
.expect("No self-process?");
println!("{:?}", process.maps());
let mem_file = OpenOptions::new()
.read(true)
.write(true)
Expand Down

0 comments on commit ca96b5e

Please sign in to comment.