Skip to content

Commit

Permalink
Fix debug mod data handling
Browse files Browse the repository at this point in the history
  • Loading branch information
zinduolis committed Oct 27, 2024
1 parent 7aaabe0 commit 6744516
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/beef/modules/debug/test_beef_debugs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,8 @@
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
Expand Down

0 comments on commit 6744516

Please sign in to comment.