diff --git a/spacy/syntax/arc_eager.pyx b/spacy/syntax/arc_eager.pyx index ad6b218df..58427a3a8 100644 --- a/spacy/syntax/arc_eager.pyx +++ b/spacy/syntax/arc_eager.pyx @@ -584,7 +584,6 @@ cdef class ArcEager(TransitionSystem): for label, freq in list(label_freqs.items()): if freq < min_freq: label_freqs.pop(label) - print("Removing", action, label, freq) # Ensure these actions are present actions[BREAK].setdefault('ROOT', 0) if kwargs.get("learn_tokens") is True: