Remove debug log statements.

This commit is contained in:
Dillon Kearns 2021-04-16 09:28:59 -07:00
parent 51f2eb2a20
commit 21ecb7e746

View File

@ -844,10 +844,8 @@ startLowLevel generateFiles documentBodyResult staticHttpCache pages =
thing =
pages
|> Dict.fromList
|> Debug.log "dict"
|> Dict.get
(page.path
|> Debug.log "page-path"
|> PagePath.toString
|> String.split "/"
|> List.filter (\pathPart -> pathPart /= "")