Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Pick off another "locked" instance
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed May 12, 2015
1 parent ceb10c7 commit ec3ce50
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions www/on/%platform/associate.spt
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ elif action == 'connect':
response.set_cookie(b'connect_%s' % account.id, token, expires)
response.redirect('/on/confirm.html?id=%s' % account.id)

elif action in {'lock', 'unlock'}:
account.participant.update_goal(-1 if action == 'lock' else None)

else:
raise Response(400)

Expand Down

0 comments on commit ec3ce50

Please sign in to comment.