Skip to content

Commit e44cd7f

Browse files
committed
remove byebug
1 parent 04194c6 commit e44cd7f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/API_Fuzzer/sql_blind_check.rb

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
require 'API_Fuzzer/error'
33
require 'API_Fuzzer/request'
44
require 'API_Fuzzer/sql_check'
5-
require 'byebug'
65

76
module API_Fuzzer
87
class InvalidURLError < StandardError; end

lib/API_Fuzzer/sql_check.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
require 'API_Fuzzer/vulnerability'
22
require 'API_Fuzzer/error'
33
require 'API_Fuzzer/request'
4-
require 'byebug'
54

65
module API_Fuzzer
76
class InvalidURLError < StandardError; end

0 commit comments

Comments
 (0)