Merge pull request #2290 from beefproject/removed_comment

Code Quality #2288 Removed a comment
This commit is contained in:
jcrew99
2022-01-26 19:31:30 +10:00
committed by GitHub

View File

@@ -16,8 +16,6 @@ module BeEF
# Constructor
#
def initialize(klass)
# @todo Determine why this class is calling super?
# super
@klass = BeEF::Extension::AdminUI::Controllers.const_get(klass.to_s.capitalize)
end