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:
parent
210f065427
commit
fb99c61089
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user