Skip to content

Commit fb99c61

Browse files
committed
Remove print_status statement.
1 parent 210f065 commit fb99c61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/exploits/android/adb/adb_server_exec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def check
4646
end
4747

4848
def execute_command(cmd, opts)
49-
print_status cmd
5049
response = @adb_client.exec_cmd(cmd)
5150
print_good "Command executed, response:\n #{response}"
5251
end

0 commit comments

Comments
 (0)