Delete debug puts

This commit is contained in:
jvazquez-r7
2015-03-24 19:14:10 -05:00
parent 356e8c727c
commit f43eab29ed
+1 -1
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