mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +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)
|
||||
if not raw:
|
||||
print('[Nothing saved to file]', file=sys.stderr)
|
||||
else:
|
||||
print("RAW: '" + raw + "'")
|
||||
return raw
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue