From d537bc49485997094cedb1f7e622155672a87d67 Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Wed, 27 Aug 2025 08:11:26 -0400 Subject: [PATCH] Version v0.2.92 - Menu changes --- otp.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/otp.c b/otp.c index e9bc945..2553d8c 100644 --- a/otp.c +++ b/otp.c @@ -297,9 +297,6 @@ int command_line_mode(int argc, char* argv[]) { // Call encrypt_text and then comment about using default pad int result = encrypt_text(pad_identifier, text); - if (result == 0) { - printf("# Used default pad: %.16s...\n", pad_identifier); - } return result; } else { printf("Error: No default pad configured. Specify pad explicitly or configure default pad.\n");