Delete debug puts

bug/bundler_fix
jvazquez-r7 2015-03-24 19:14:10 -05:00
parent 356e8c727c
commit f43eab29ed
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ module Msf
def recv_return(opts = {})
nsock = opts[:sock] || sock
data = safe_get_once(nsock)
puts "#{Rex::Text.to_hex(data)}"
begin
return_data = Rex::Proto::Rmi::Model::ReturnData.decode(StringIO.new(data))
rescue ::RuntimeError => e