mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-09 18:08:00 +00:00
remove print call
This commit is contained in:
parent
8eb60cb0f4
commit
ed25fcab35
|
@ -80,7 +80,6 @@ class Config(AppBase, dict):
|
||||||
else:
|
else:
|
||||||
path = Path(path).expanduser()
|
path = Path(path).expanduser()
|
||||||
|
|
||||||
print(path)
|
|
||||||
self._path = path
|
self._path = path
|
||||||
self.load()
|
self.load()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue