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

Commit

Permalink
Drop pdb.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsgrd committed Oct 26, 2014
1 parent bab2cc6 commit ca29132
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions parse_rest/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ def signup(cls, username, password, **kw):
@classmethod
def login(cls, username, passwd):
login_url = '/'.join([API_ROOT, 'login'])
import pdb
pdb.set_trace()
return cls(**User.GET(login_url, username=username, password=passwd))

@classmethod
Expand Down

0 comments on commit ca29132

Please sign in to comment.