Code Quality #2288 Removed a comment

This commit is contained in:
jcrew99
2022-01-26 19:05:00 +10:00
parent e22d262bbf
commit f9f2121219

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