Skip to content

Commit f43eab2

Browse files
committed
Delete debug puts
1 parent 356e8c7 commit f43eab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/java/rmi/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def recv_protocol_ack(opts = {})
107107
def recv_return(opts = {})
108108
nsock = opts[:sock] || sock
109109
data = safe_get_once(nsock)
110-
puts "#{Rex::Text.to_hex(data)}"
110+
111111
begin
112112
return_data = Rex::Proto::Rmi::Model::ReturnData.decode(StringIO.new(data))
113113
rescue ::RuntimeError => e

0 commit comments

Comments
 (0)