Skip to content

Commit

Permalink
Remove unused quota line
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Drebenstedt committed Apr 25, 2013
1 parent 986cff7 commit fe4e5b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zeit/api/queries.py
Expand Up @@ -316,7 +316,6 @@ def push(self):
email = self.email.value
requests = 0
reset = int(time.time())
# quota = current_app.config['ACCESS_TIERS']['free']
query = 'INSERT INTO client VALUES (?, ?, ?, ?, ?, ?)'
g.db.execute(query, (g.api_key, tier, name, email, requests, reset))
return DisplayClientQuery().fetch()
Expand Down

0 comments on commit fe4e5b0

Please sign in to comment.