Remove print statement

This commit is contained in:
Matthew Honnibal 2018-03-28 17:48:37 +02:00
parent 79dc241caa
commit bc4afa9881
1 changed files with 0 additions and 1 deletions

View File

@ -533,7 +533,6 @@ class Tagger(Pipe):
"for loading pre-trained vectors, and the class has been " "for loading pre-trained vectors, and the class has been "
"passed the old name (pretrained_dims) but not the new name " "passed the old name (pretrained_dims) but not the new name "
"(pretrained_vectors)") "(pretrained_vectors)")
print(cfg)
return build_tagger_model(n_tags, **cfg) return build_tagger_model(n_tags, **cfg)
def add_label(self, label, values=None): def add_label(self, label, values=None):