remove print call

This commit is contained in:
Izalia Mae 2022-12-20 06:17:20 -05:00
parent 8eb60cb0f4
commit ed25fcab35

View file

@ -80,7 +80,6 @@ class Config(AppBase, dict):
else:
path = Path(path).expanduser()
print(path)
self._path = path
self.load()