Skip to content

Commit

Permalink
[#2941] Remove c.user_activity_stream from user read page
Browse files Browse the repository at this point in the history
No longer needed
  • Loading branch information
Sean Hammond committed Oct 10, 2012
1 parent 66f1e7a commit b19a66d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ckan/controllers/user.py
Expand Up @@ -111,8 +111,6 @@ def read(self, id=None):
self._setup_template_variables(context, data_dict)

c.about_formatted = self._format_about(c.user_dict['about'])
c.user_activity_stream = get_action('user_activity_list_html')(
context, {'id': c.user_dict['id']})
return render('user/read.html')

def me(self, locale=None):
Expand Down

0 comments on commit b19a66d

Please sign in to comment.