From 85b2dcfd677c4888958cc7be840d748263528ec4 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Mon, 27 Jul 2020 17:54:44 +0200 Subject: [PATCH] cleanup --- spacy/tests/test_util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/tests/test_util.py b/spacy/tests/test_util.py index 2577ec675..3a6c0fd95 100644 --- a/spacy/tests/test_util.py +++ b/spacy/tests/test_util.py @@ -84,7 +84,6 @@ def test_util_dot_section(): """ nlp_config = Config().from_str(cfg_string) en_nlp, en_config = util.load_model_from_config(nlp_config, auto_fill=True) - print(en_config) default_config = Config().from_disk(DEFAULT_CONFIG_PATH) default_config["nlp"]["lang"] = "nl"