Skip to content

Commit d03255d

Browse files
committed
Remove errant byebug.
1 parent 1c8ba9b commit d03255d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/json/ld/compact.rb

-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ def compact(element,
212212
end
213213

214214
container = context.container(item_active_property)
215-
require 'byebug'; byebug if container && !container.is_a?(Set)
216215
as_array = !@options[:compactArrays] || context.as_array?(item_active_property)
217216

218217
value = case

0 commit comments

Comments
 (0)