From 03c0ae33f056711c5bb4c04545a7fc94af299bcf Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sun, 1 May 2022 05:18:02 -0700 Subject: [PATCH] take out old code --- jrnl/upgrade.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jrnl/upgrade.py b/jrnl/upgrade.py index 9cb0102c..90e97887 100644 --- a/jrnl/upgrade.py +++ b/jrnl/upgrade.py @@ -71,7 +71,6 @@ def upgrade_jrnl(config_path): if os.path.exists(os.path.expanduser(path)): path = os.path.expanduser(path) else: - print(f"\nError: {path} does not exist.") print_msg(Message(MsgText.DoesNotExist, MsgType.ERROR, {"name": path})) continue