diff --git a/spacy/cli/convert.py b/spacy/cli/convert.py index 61d5cf0d9..68d454b3e 100644 --- a/spacy/cli/convert.py +++ b/spacy/cli/convert.py @@ -247,5 +247,4 @@ def _get_converter(msg, converter, input_path: Path): "Conversion may not succeed. " "See https://spacy.io/api/cli#convert" ) - print("got convertor", converter) return converter