diff of 2187fc5a4e18e16c0ae272a4cd1824c6e1092df0
2187fc5a4e18e16c0ae272a4cd1824c6e1092df0
diff --git a/elm-frontti/src/Main.elm b/elm-frontti/src/Main.elm
index 5104adf..7cfa122 100644
--- a/elm-frontti/src/Main.elm
+++ b/elm-frontti/src/Main.elm
@@ -968,8 +968,7 @@ blog_tab settings model =
SettingsEditor -> unknown_state
Feeds _ _ -> unknown_state
UserSettings oldpasswd newpasswd usr_ -> case usr_ of
- Just usr -> [ UserEditor.editor model.draggingImages oldpasswd newpasswd usr
- , div [] [ text <| "usr: " ++ (Debug.toString usr) ]]
+ Just usr -> [ UserEditor.editor model.draggingImages oldpasswd newpasswd usr]
Nothing -> [ div [] [ text "Can't change user settings when there's no user"]]
)