From 9db37a2e07f2521da6c7c4001bb95f57e9fbb531 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Mon, 7 Apr 2025 16:10:45 +0200 Subject: [PATCH] remove debug print --- patcher/src/bin/patcher.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/patcher/src/bin/patcher.rs b/patcher/src/bin/patcher.rs index 7932b89..d56645f 100644 --- a/patcher/src/bin/patcher.rs +++ b/patcher/src/bin/patcher.rs @@ -86,9 +86,6 @@ fn main() { i += 1; } // TODO: aapt would be a lot more stable? - println!("\n\n\n\n\n\n\n"); - println!("### /!\\ {:?}", cli.keypassword.as_deref()); - println!("\n\n\n\n\n\n\n"); apk_frauder::replace_dex( cli.path, cli.out,