Remove un-truthy doc string.

bug/bundler_fix
Joe Vennix 2014-10-01 23:41:02 -05:00
parent 5a8eca8946
commit 6571213f1c
No known key found for this signature in database
GPG Key ID: 127B05FB3E85A2B0
1 changed files with 0 additions and 1 deletions

View File

@ -567,7 +567,6 @@ module Msf
end
# @return [String] custom Javascript to check if a vulnerability is present
# @return [nil] when no such test is specified by the module
def js_vuln_test
all_reqs = self.module_info['BrowserRequirements'] || {}
if all_reqs[:vuln_test].present?