Skip to content

Commit

Permalink
Partial pick: Cleanup: removed commented code
Browse files Browse the repository at this point in the history
Pick message: Partially picked because we seem not to have the code
    that gets altered in the other changes in the original commit.

Conflicts:
	pootle/apps/pootle_store/views.py
  • Loading branch information
julen authored and unho committed Jun 3, 2014
1 parent 56dc3cb commit d8bfed7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pootle/apps/pootle_store/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,12 +679,6 @@ def timeline(request, unit):
# Let's reverse the chronological order
entries_group.reverse()

# May be better to show all translations?
# Remove first timeline item if it's solely a change to the target
#if (entries_group and len(entries_group[0]['entries']) == 1 and
# entries_group[0]['entries'][0]['field'] == SubmissionFields.TARGET):
# del entries_group[0]

context['entries_group'] = entries_group

if request.is_ajax():
Expand Down

0 comments on commit d8bfed7

Please sign in to comment.