Skip to content

Commit

Permalink
[#3009] Delete an unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Nov 15, 2012
1 parent 78cbd62 commit 79e28c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/lib/activity_streams.py
Expand Up @@ -229,7 +229,6 @@ def activity_list_to_html(context, activity_stream):
for match in matches:
snippet = activity_snippet_functions[match](activity, detail)
data[str(match)] = snippet
timestamp = datetime.datetime.strptime(activity['timestamp'], '%Y-%m-%dT%H:%M:%S.%f').timetuple()

activity_list.append({'msg': activity_msg,
'type': activity_type.replace(' ', '-').lower(),
Expand Down

0 comments on commit 79e28c0

Please sign in to comment.