remove puts

GSoC/Meterpreter_Web_Console
christopher lee 2018-04-27 15:50:21 -05:00
parent 0a73a5007c
commit 41307e62f8
1 changed files with 1 additions and 4 deletions

View File

@ -77,14 +77,11 @@ module HostServlet
}
end
# TODO: remove once hosts and get_host method is merged
def self.search
lambda {
begin
opts = parse_json_request(request, false)
opts.each {|key, value|
puts "#{key}:#{value}"
}
data = get_db().get_host(opts)
set_json_response(data)
rescue Exception => e