mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
TRIVIAL: remove puts statement (cc. @eviltrout)
This commit is contained in:
parent
02e8e17a95
commit
64b8f2f759
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ class UsersController < ApplicationController
|
|||
end
|
||||
|
||||
def my_redirect
|
||||
puts params[:path]
|
||||
if current_user.present? && params[:path] =~ /^[a-z\-]+$/
|
||||
redirect_to "/users/#{current_user.username}/#{params[:path]}"
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue