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
# open base config
@config = load(config)
# set default value if key? does not exist
@config.default = nil
@@config = config
rescue StandardError => e