From e2365e4e3555f1495f35d48da644d8a312d03655 Mon Sep 17 00:00:00 2001 From: Tobias Brox Date: Mon, 1 Jun 2015 23:13:19 +0200 Subject: oh noes - I forgot debug code in there --- calendar-cli.py | 3 --- 1 file changed, 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 -- cgit v1.2.3