Skip to content

Commit

Permalink
remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
yeago committed Feb 6, 2014
1 parent 2c93aa6 commit 0cf623f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subscription/context_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def get_actstream(request):
).stream_pending_acknowledgements(stream[0][0])
redux = []
for item in stream:
future = True
future = False
if item[0] > datetime.datetime.now():
future = True
redux.append((item, future))
Expand Down

0 comments on commit 0cf623f

Please sign in to comment.