summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcalendar-cli.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/calendar-cli.py b/calendar-cli.py
index 4338145..e082386 100755
--- a/calendar-cli.py
+++ b/calendar-cli.py
@@ -565,9 +565,6 @@ def todo_complete(caldav_conn, args):
except TypeError: ## pesky problem with comparition of timestamps with and without tzinfo
next = rrule.after(datetime.now(tz=tzlocal.get_localzone()))
if next:
- import pdb; pdb.set_trace()
- ## WORK IN PROGRESS
-
## new_task is to be completed and we keep the original task open
completed_task = task.copy()
remaining_task = task