1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-29 18:07:27 +01:00

Remove print_status statement.

This commit is contained in:
joev 2016-01-07 01:17:49 -06:00
parent 210f065427
commit fb99c61089

View File

@ -46,7 +46,6 @@ class Metasploit3 < Msf::Exploit::Remote
end
def execute_command(cmd, opts)
print_status cmd
response = @adb_client.exec_cmd(cmd)
print_good "Command executed, response:\n #{response}"
end