diff --git a/spacy/vocab.pyx b/spacy/vocab.pyx index e6ba9944b..2e189a02b 100644 --- a/spacy/vocab.pyx +++ b/spacy/vocab.pyx @@ -63,7 +63,6 @@ cdef class Vocab: for string in strings: _ = self[string] self.lex_attr_getters = lex_attr_getters - print("Create morphology", list(self.strings), tag_map) self.morphology = Morphology(self.strings, tag_map, lemmatizer) self.vectors = Vectors(self.strings, width=0)