Skip to content

Commit

Permalink
Merge pull request publiclab#394 from lalithr95/remove-debug-comments
Browse files Browse the repository at this point in the history
remove debug comments
  • Loading branch information
jywarren committed Mar 8, 2016
2 parents 935c8b3 + 53f1e82 commit acc87fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/controllers/users_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ def update
@user.drupal_user.set_bio(params[:drupal_user][:bio])
@user.save({}) do |result|
if result
#puts session.inspect
if session[:openid_return_to] # for openid login, redirects back to openid auth process
#puts 'return_to session'
return_to = session[:openid_return_to]
session[:openid_return_to] = nil
redirect_to return_to
Expand Down

0 comments on commit acc87fc

Please sign in to comment.