diff --git a/spacy/en/language_data.py b/spacy/en/language_data.py index 591108418..401abef23 100644 --- a/spacy/en/language_data.py +++ b/spacy/en/language_data.py @@ -34,7 +34,6 @@ def get_time_exc(hours): {ORTH: hour}, {ORTH: "pm", LEMMA: "p.m."} ] - print(exc) return exc