Skip to content

Commit 31775f3

Browse files
committed
Minor change to extract-examples.
1 parent 3c94f62 commit 31775f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/extract-examples.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ def dataset_to_table(repo)
173173

174174
if has_datatype
175175
if statement.object.literal? && statement.object.datatype?
176-
require 'byebug'; byebug unless RDF::Vocabulary.find_term(statement.object.datatype).respond_to?(:pname)
177176
row[positions[:datatype]] = RDF::Vocabulary.find_term(statement.object.datatype).pname
178177
else
179178
row[positions[:datatype]] = " "

0 commit comments

Comments
 (0)