Skip to content

Commit

Permalink
[#1768] Remove stray commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Jul 28, 2014
1 parent d49ffc8 commit 7390956
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ckan/lib/dictization/model_dictize.py
Expand Up @@ -43,12 +43,6 @@ def group_list_dictize(obj_list, context,
'include_extras': include_extras,
'include_users': False, # too slow - don't allow
}
#('include_dataset_count', with_package_counts),
#('dataset_count_instead_of_dicts', True),
#('include_groups', include_groups),
#('include_datasets', False), # too slow - don't allow
#('include_users', False), # too slow - don't allow
#))
if with_package_counts and 'dataset_counts' not in group_dictize_context:
# 'dataset_counts' will already be in the context in the case that
# group_list_dictize recurses via group_dictize (groups in groups)
Expand Down

0 comments on commit 7390956

Please sign in to comment.