Skip to content

Commit

Permalink
better code for today tracks in ge
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarmot committed Mar 29, 2016
1 parent 2844025 commit 5a6c1f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions geocamTrack/views.py
Expand Up @@ -360,8 +360,6 @@ def getTrackIndexKml(request):
for track in tracks:
if track.name.startswith(todaystring):
todays_tracks.append(track)
else:
break

other_tracks = [ t for t in tracks]
other_tracks = other_tracks[len(todays_tracks):]
Expand Down

0 comments on commit 5a6c1f8

Please sign in to comment.