take out old code

This commit is contained in:
Jonathan Wren 2022-05-01 05:18:02 -07:00
parent 1b6c3edbd3
commit 03c0ae33f0

View file

@ -71,7 +71,6 @@ def upgrade_jrnl(config_path):
if os.path.exists(os.path.expanduser(path)): if os.path.exists(os.path.expanduser(path)):
path = os.path.expanduser(path) path = os.path.expanduser(path)
else: else:
print(f"\nError: {path} does not exist.")
print_msg(Message(MsgText.DoesNotExist, MsgType.ERROR, {"name": path})) print_msg(Message(MsgText.DoesNotExist, MsgType.ERROR, {"name": path}))
continue continue