From f962a38221ce910933513281c5279ddc0612fef6 Mon Sep 17 00:00:00 2001 From: jsteube Date: Mon, 10 Oct 2016 11:05:41 +0200 Subject: [PATCH] Remove double message --- src/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.c b/src/main.c index c749e3f7f..6334fda8d 100644 --- a/src/main.c +++ b/src/main.c @@ -360,8 +360,6 @@ static int main_potfile_all_cracked (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx, MA event_log_info (hashcat_ctx, "INFO: All hashes found in potfile! You can use --show to display them."); event_log_info (hashcat_ctx, ""); - event_log_info (hashcat_ctx, "INFO: No more hashes left to crack, exiting..."); - event_log_info (hashcat_ctx, ""); return 0; }