From 25cf14bab18c6406adafe03fa6805d2236d60eb7 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sun, 22 Jan 2023 22:04:16 -0300 Subject: [PATCH] Removed unnecesary print --- org.py | 1 - 1 file changed, 1 deletion(-) 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)