From db0e37156fd466afed89212314a63a8fdbed6ddc Mon Sep 17 00:00:00 2001 From: Emily <johannesmiesenhardt@gmail.com> Date: Sat, 8 Jun 2024 18:33:36 +0000 Subject: [PATCH] Remove unnecessary print --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 6faed23..e075f30 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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()