diff options
author | Francis Irving <francis@mysociety.org> | 2010-07-14 00:16:54 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-07-14 00:16:54 +0100 |
commit | e01671af006343de0ace34dcb860903ef8451141 (patch) | |
tree | 0d508a68d665623d3e07dcd21cc01adfc435832d | |
parent | d41bdd3b536b04c73e40b9a73d55fb126955f677 (diff) |
Remove debugging.
-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> |