remove print call
This commit is contained in:
parent
8eb60cb0f4
commit
ed25fcab35
|
@ -80,7 +80,6 @@ class Config(AppBase, dict):
|
|||
else:
|
||||
path = Path(path).expanduser()
|
||||
|
||||
print(path)
|
||||
self._path = path
|
||||
self.load()
|
||||
|
||||
|
|
Loading…
Reference in a new issue