Skip to content

Commit

Permalink
Remove unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumandora authored Jun 8, 2024
1 parent f43ced7 commit db0e371
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 @@ -28,7 +28,6 @@ fn main() {
.thats_readable()
.with_name("libclient.so".to_owned()),
)
.inspect(|e| println!("1: {}", e.get_address()))
.find_all_references::<NativeEndian>(
4,
SearchConstraints::everything()
Expand Down

0 comments on commit db0e371

Please sign in to comment.