Skip to content

Commit

Permalink
misc: Remove byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-pochet committed Jul 9, 2024
1 parent df34b59 commit 3c4b369
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def quote(value, type)
when :datetime, :date
"'#{value.iso8601}'"
when /Array\(.*\)/
byebug
sub_type = type.match(/Array\((.+)\)/).captures.first
"[#{value.map { |v| quote(v, sub_type) }.join(', ')}]"
else
Expand Down

0 comments on commit 3c4b369

Please sign in to comment.