Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Yura Braiko committed Jun 14, 2018
1 parent 734df98 commit a4766c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions edx_oauth_client/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,10 @@ def dispatch_to_register():
try:
user = User.objects.get(social_auth__uid=user_data.get(backend.ID_KEY))
except User.DoesNotExist:
log.error('11111111')
log.error(data)
try:
resp = create_account_with_params(request, data)
log.error(resp)
log.error('22222222')
except Exception as e:
log.error(e)
user = request.user
Expand Down

0 comments on commit a4766c3

Please sign in to comment.