Skip to content

Commit febbca0

Browse files
committed
Remove errant debug statement.
1 parent 3c84075 commit febbca0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/rdf/vocabulary.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,6 @@ def each_statement
629629
v = value.to_s
630630
value = RDF::Vocabulary.expand_pname(v)
631631
unless value && value.valid?
632-
require 'byebug'; byebug if prop.to_s.include?('isDefinedBy')
633632
# Use as most appropriate literal
634633
value = [
635634
RDF::Literal::Date,

0 commit comments

Comments
 (0)