Rm print_debug line

I forgot to remove this line while testing the module
bug/bundler_fix
sinn3r 2014-09-16 16:46:40 -05:00
parent ffe0eca7fd
commit 50fa5745bb
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ class Metasploit3 < Msf::Post
return
end
kb_ids = objects[:values].map { |kb| kb[0] }
print_debug(kb_ids.inspect)
report_info(patches, kb_ids)
else
print_error "ExtAPI failed to load"