We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8ba9b commit d03255dCopy full SHA for d03255d
lib/json/ld/compact.rb
@@ -212,7 +212,6 @@ def compact(element,
212
end
213
214
container = context.container(item_active_property)
215
- require 'byebug'; byebug if container && !container.is_a?(Set)
216
as_array = !@options[:compactArrays] || context.as_array?(item_active_property)
217
218
value = case
0 commit comments