removed incorrect comment

This commit is contained in:
Stephen
2024-03-25 07:17:38 +10:00
parent 85e550e44c
commit 27ae165f92

View File

@@ -26,7 +26,6 @@ module BeEF
begin begin
# open base config # open base config
@config = load(config) @config = load(config)
# set default value if key? does not exist
@config.default = nil @config.default = nil
@@config = config @@config = config
rescue StandardError => e rescue StandardError => e