mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-25 12:52:27 +03:00
Remove debug log statements.
This commit is contained in:
parent
51f2eb2a20
commit
21ecb7e746
@ -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 /= "")
|
||||
|
Loading…
Reference in New Issue
Block a user