From bc481d83385e52bfe83cb77a0cea23fc5e804b07 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 22 Jun 2020 15:35:55 +0200 Subject: [PATCH] Remove print --- spacy/syntax/arc_eager.pyx | 1 - 1 file changed, 1 deletion(-) 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: