Skip to content

Commit

Permalink
Removed uneeded print
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Nov 20, 2012
1 parent a2423eb commit 0094cb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/logic/action/get.py
Expand Up @@ -2240,7 +2240,6 @@ def dashboard_activity_list(context, data_dict):
model = context['model']
user_id = model.User.get(context['user']).id
offset = int(_get_or_bust(data_dict, 'offset'))
print(data_dict)

# FIXME: Filter out activities whose subject or object the user is not
# authorized to read.
Expand Down

0 comments on commit 0094cb7

Please sign in to comment.