delete debug print_status

bug/bundler_fix
jvazquez-r7 2014-05-16 11:13:03 -05:00
parent ea38a2c6e5
commit 883d2f14b5
1 changed files with 0 additions and 1 deletions

View File

@ -193,7 +193,6 @@ class Metasploit3 < Msf::Auxiliary
users_table << [@users[i], @enc_passwords[i], @keys[i], @plain_passwords[i]]
end
print_status("#{users_table.inspect}")
print_line(users_table.to_s)
end