Skip to content

Commit

Permalink
Removed a #TODO comment
Browse files Browse the repository at this point in the history
Don't see any reason to do it
  • Loading branch information
Sean Hammond committed Feb 9, 2012
1 parent 0721f8c commit f26b9fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ckan/logic/action/get.py
Expand Up @@ -978,8 +978,6 @@ def vocabulary_show(context, data_dict):
else:
raise NotFound

# TODO: check_access('vocabulary_show', context, data_dict)

vocabulary_dict = vocabulary_dictize(vocabulary, context)
return vocabulary_dict

Expand Down

0 comments on commit f26b9fb

Please sign in to comment.