mirror of https://github.com/explosion/spaCy.git
Remove print statement
This commit is contained in:
parent
d1d8214767
commit
4e48862fa8
|
@ -34,7 +34,6 @@ def get_time_exc(hours):
|
|||
{ORTH: hour},
|
||||
{ORTH: "pm", LEMMA: "p.m."}
|
||||
]
|
||||
print(exc)
|
||||
return exc
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue