We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4975b57 commit 814db26Copy full SHA for 814db26
1 file changed
lib/rdf/vocabulary.rb
@@ -84,7 +84,6 @@ def each(&block)
84
# A hash of all vocabularies by prefix showing relevant URI and associated vocabulary Class Name
85
# @return [Hash{Symbol => Hash{Symbol => String}}]
86
def vocab_map
87
- puts "subclasses differs with vocab_map: #{@@subclasses.length} vs #{VOCABS.length}" unless @@subclasses.length == VOCABS.length
88
VOCABS
89
end
90
0 commit comments