We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf09a2 commit 42c38b4Copy full SHA for 42c38b4
src/UnisonShare/Route.elm
@@ -81,7 +81,6 @@ import UnisonShare.Project.ProjectRef as ProjectRef exposing (ProjectRef)
81
import UnisonShare.Ticket.TicketRef as TicketRef exposing (TicketRef)
82
import Url exposing (Url)
83
import Url.Builder exposing (relative, string)
84
-import Url.Parser exposing ((<?>))
85
86
87
type CodeRoute
@@ -482,7 +481,6 @@ finishSignupParser queryString =
482
481
queryString
483
|> Maybe.withDefault ""
484
|> Parser.run finishSignupQueryParser
485
- |> Debug.log "query"
486
|> Result.map (\( handle, state ) -> succeed (FinishSignup handle state) |. slash |. s "finish-signup")
487
|> Result.withDefault (Parser.problem "Missing handle or state in querystring")
488
0 commit comments