Commit 7c4880aa authored by Bram Schoenmakers's avatar Bram Schoenmakers

Remove comment.

parent 4913fd7a
......@@ -62,7 +62,6 @@ class PostponeCommand(Command):
todo = self.todolist.todo(self.argument(0))
pattern = self.argument(1)
# pdb.set_trace()
offset = _get_offset(todo)
new_due = relative_date_to_date(pattern, offset)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment