From 6744516e1599aada87b2d722472e5a7a3a3eec57 Mon Sep 17 00:00:00 2001 From: zinduolis Date: Sun, 27 Oct 2024 19:48:23 +1000 Subject: [PATCH] Fix debug mod data handling --- spec/beef/modules/debug/test_beef_debugs_spec.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/beef/modules/debug/test_beef_debugs_spec.rb b/spec/beef/modules/debug/test_beef_debugs_spec.rb index cbde89844..1912d331c 100644 --- a/spec/beef/modules/debug/test_beef_debugs_spec.rb +++ b/spec/beef/modules/debug/test_beef_debugs_spec.rb @@ -97,12 +97,8 @@ RSpec.describe 'BeEF Debug Command Modules:', run_on_browserstack: true do else category.to_s end - p category_string category_string.include?('Debug') - p category_string.include?('Debug') end.map do |debug_mod| - puts 'debug_mod: ' - p debug_mod @debug_mod_names_ids[debug_mod['class']] = debug_mod['id'] end rescue StandardError => e