Remove accidental debug statement

GSoC/Meterpreter_Web_Console
Erin Bleiweiss 2019-01-16 17:21:12 -06:00
parent 1c4ebec0e9
commit 309437c9bc
No known key found for this signature in database
GPG Key ID: F69B2138BD594660
1 changed files with 0 additions and 1 deletions

1
msfdb
View File

@ -960,7 +960,6 @@ def prompt_for_deletion(command)
if command == :init
if (@options[:component] == :all || @options[:component] == :webservice) &&
should_generate_web_service_ssl && (File.file?(@options[:ssl_key]) || File.file?(@options[:ssl_cert]))
puts should_generate_web_service_ssl
@options[:delete_existing_data] = should_delete
return
elsif (@options[:component] == :all || @options[:component] == :database) && File.exist?(@db_conf)