Removed unnecesary print

This commit is contained in:
Roger Gonzalez 2023-01-22 22:04:16 -03:00
parent e74ff560ba
commit 25cf14bab1
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

1
org.py
View File

@ -31,7 +31,6 @@ class OrgData():
"""
print(ORG_CAPTURE_FILENAME)
with open(ORG_CAPTURE_FILENAME, "a") as capture_file:
capture_file.write(todo_template)