Skip to content

Commit 7a8d7a3

Browse files
committed
Remove debugging 'puts'
MSP-11153
1 parent 5ab8fcd commit 7a8d7a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/msf/ui/console/driver.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ def initialize(prompt = DefaultPrompt, prompt_char = DefaultPromptChar, opts = {
174174
end
175175

176176
if framework.db.connection_established?
177-
puts "Connection Established!"
178177
framework.db.after_establish_connection
179178
else
180179
configuration_pathname = Metasploit::Framework::Database.configurations_pathname(path: opts['DatabaseYAML'])

0 commit comments

Comments
 (0)