Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Sep 11, 2014
1 parent 76f3aa4 commit d854d1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions khal/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ def build_collection(ctx):
conf = ctx.obj['conf']
collection = khalendar.CalendarCollection()
selection = ctx.obj.get('calendar_selection', None)
if selection is not None:
print(selection)
for name, cal in conf['calendars'].items():
if selection is None or name in ctx.obj['calendar_selection']:
collection.append(khalendar.Calendar(
Expand Down

0 comments on commit d854d1b

Please sign in to comment.