From c7b6b258511234267e794d72ac46a537cc2d9afb Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Tue, 12 May 2015 21:29:21 +0200 Subject: [PATCH] removed debug output --- wpscan.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/wpscan.rb b/wpscan.rb index 1932e597..7893d97d 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -412,7 +412,6 @@ def main puts info("Requests Done: #{@total_requests_done}") puts info("Memory used: #{used_memory.bytes_to_human}") puts info("Elapsed time: #{Time.at(elapsed).utc.strftime('%H:%M:%S')}") - puts $exit_code exit($exit_code) # must exit! rescue SystemExit, Interrupt