From c6f5f2bc362a6ca57448f5f9663cba8a93378568 Mon Sep 17 00:00:00 2001 From: arkadiyt <> Date: Tue, 25 Jun 2024 20:44:41 -0700 Subject: [PATCH] wip --- lib/bounty-targets/bugcrowd.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/bounty-targets/bugcrowd.rb b/lib/bounty-targets/bugcrowd.rb index e500e27..56f07c7 100644 --- a/lib/bounty-targets/bugcrowd.rb +++ b/lib/bounty-targets/bugcrowd.rb @@ -126,9 +126,6 @@ def parse_engagement(program_link) end.flatten) } } - rescue StandardError => ex - binding.pry - puts 'got error on ' + program_link end def scopes_to_hashes(uri, groups)