Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Mar 28, 2018
1 parent 79dc241 commit bc4afa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spacy/pipeline.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,6 @@ class Tagger(Pipe):
"for loading pre-trained vectors, and the class has been "
"passed the old name (pretrained_dims) but not the new name "
"(pretrained_vectors)")
print(cfg)
return build_tagger_model(n_tags, **cfg)

def add_label(self, label, values=None):
Expand Down

0 comments on commit bc4afa9

Please sign in to comment.