From dc6874a11cc03167ee9ca5b6976bc133603749eb Mon Sep 17 00:00:00 2001 From: bxdd Date: Wed, 11 Nov 2020 21:09:19 +0800 Subject: [PATCH] del print --- qlib/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qlib/__init__.py b/qlib/__init__.py index bce264f1a..f63aa26cc 100644 --- a/qlib/__init__.py +++ b/qlib/__init__.py @@ -58,7 +58,6 @@ def init(default_conf="client", **kwargs): # check path if server/local if C.get_uri_type() == QlibConfig.LOCAL_URI: - print("?") if not os.path.exists(C["provider_uri"]): if C["auto_mount"]: LOG.error(