Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 258bab8

Browse files
author
Stephen Gutekanst
committed
frontend: remove Debug.log
Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>
1 parent cde931a commit 258bab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/ProjectPage.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ scrollIntoView : Float -> String -> Cmd Msg
131131
scrollIntoView sleepTime id =
132132
Process.sleep sleepTime
133133
|> Task.andThen (\_ -> Browser.Dom.getElement id)
134-
|> Task.andThen (\info -> Debug.log (String.fromFloat info.scene.height) (Browser.Dom.setViewport 0 info.element.y))
134+
|> Task.andThen (\info -> Browser.Dom.setViewport 0 info.element.y)
135135
|> Task.attempt (\_ -> NoOp)
136136

137137

0 commit comments

Comments
 (0)