diff options
-rw-r--r-- | app/views/user/profile_photo.rhtml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/user/profile_photo.rhtml b/app/views/user/profile_photo.rhtml index 3b227e6c2..67b7a0f75 100644 --- a/app/views/user/profile_photo.rhtml +++ b/app/views/user/profile_photo.rhtml @@ -1,7 +1,5 @@ <% @title = "Change profile photo" %> -<pre><%= params.to_yaml %></pre> - <% raise "internal error" if not @user %> <h2>Change your profile photo</h2> |