From 7b84935470cbbbb0436c84d03d69dd48a7643be9 Mon Sep 17 00:00:00 2001 From: Aaron Lichtman Date: Sat, 16 Nov 2019 14:53:07 +0100 Subject: [PATCH] Clean up debug statements --- jrnl/util.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/jrnl/util.py b/jrnl/util.py index 3b35c366..959d63a1 100644 --- a/jrnl/util.py +++ b/jrnl/util.py @@ -118,8 +118,6 @@ def get_text_from_editor(config, template=""): os.remove(tmpfile) if not raw: print('[Nothing saved to file]', file=sys.stderr) - else: - print("RAW: '" + raw + "'") return raw