From b0ee76264b5a80d63d62e93aad40bddace3489dc Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Wed, 3 Jun 2020 14:20:09 +0200 Subject: [PATCH] Remove debugging --- spacy/gold.pyx | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/gold.pyx b/spacy/gold.pyx index 4d564d8f6..27f9f6553 100644 --- a/spacy/gold.pyx +++ b/spacy/gold.pyx @@ -449,7 +449,6 @@ def make_orth_variants(nlp, example, orth_variant_level=0.0): # something went wrong, abort # (add a warning message?) if not match_found: - print("aborting") return example # add following whitespace while raw_idx < len(raw) and re.match("\s", raw[raw_idx]):