Skip to content

Commit 814db26

Browse files
committed
Remove debug statement.
1 parent 4975b57 commit 814db26

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
@@ -84,7 +84,6 @@ def each(&block)
8484
# A hash of all vocabularies by prefix showing relevant URI and associated vocabulary Class Name
8585
# @return [Hash{Symbol => Hash{Symbol => String}}]
8686
def vocab_map
87-
puts "subclasses differs with vocab_map: #{@@subclasses.length} vs #{VOCABS.length}" unless @@subclasses.length == VOCABS.length
8887
VOCABS
8988
end
9089

0 commit comments

Comments
 (0)