mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Clean up debug statements
This commit is contained in:
parent
b1c7deb9b9
commit
7b84935470
1 changed files with 0 additions and 2 deletions
|
@ -118,8 +118,6 @@ def get_text_from_editor(config, template=""):
|
||||||
os.remove(tmpfile)
|
os.remove(tmpfile)
|
||||||
if not raw:
|
if not raw:
|
||||||
print('[Nothing saved to file]', file=sys.stderr)
|
print('[Nothing saved to file]', file=sys.stderr)
|
||||||
else:
|
|
||||||
print("RAW: '" + raw + "'")
|
|
||||||
return raw
|
return raw
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue