Clean up debug statements

This commit is contained in:
Aaron Lichtman 2019-11-16 14:53:07 +01:00
parent b1c7deb9b9
commit 7b84935470
No known key found for this signature in database
GPG key ID: 22368077DE9F9903

View file

@ -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