summaryrefslogtreecommitdiff
path: root/calendar-cli.py
diff options
context:
space:
mode:
authorTobias Brox <t@tobixen.no>2015-06-01 23:13:19 +0200
committerTobias Brox <t@tobixen.no>2015-06-01 23:13:19 +0200
commite2365e4e3555f1495f35d48da644d8a312d03655 (patch)
tree4197e96dd2e737a4d7d678c44a4aa6133b7fd8fd /calendar-cli.py
parente1579189384fcf07a455ae2f686f29ea7c63ac38 (diff)
downloadcalendar-cli-e2365e4e3555f1495f35d48da644d8a312d03655.zip
oh noes - I forgot debug code in there
Diffstat (limited to 'calendar-cli.py')
-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