Remove Debug.log

This commit is contained in:
Matthew Griffith 2024-05-07 09:06:51 -04:00
parent ced1cb15e4
commit f4fa423969

View File

@ -791,7 +791,6 @@ div (Animation now renderedProps) attrs children =
let
rendered =
Css.toCss now renderedProps
|> Debug.log "CSS"
in
Html.div
(List.map (\( key, val ) -> Attr.style key val) rendered.props ++ attrs)