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