Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Remove duplicate comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjacobs31 committed Feb 27, 2017
1 parent eff333e commit ab5da37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oneplus/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def wrap(request, *args, **kwargs):
# Initialise the oneplus state
# If value is 0, the user's session cookie will expire when the user's
# Web browser is closed.
# Web browser is closed.
request.session.set_expiry(31536000)
if "state" not in request.session.keys():
request.session["state"] = {"menu_visible": False}
Expand Down

0 comments on commit ab5da37

Please sign in to comment.