diff --git a/org.py b/org.py index 898bae4..33ca3e9 100644 --- a/org.py +++ b/org.py @@ -31,7 +31,6 @@ class OrgData(): """ - print(ORG_CAPTURE_FILENAME) with open(ORG_CAPTURE_FILENAME, "a") as capture_file: capture_file.write(todo_template)