diff --git a/relay/config.py b/relay/config.py index 4cfff79..7e9f409 100644 --- a/relay/config.py +++ b/relay/config.py @@ -80,7 +80,6 @@ class Config(AppBase, dict): else: path = Path(path).expanduser() - print(path) self._path = path self.load()