From 76f8b85eb9f796d6df861a04f702ef5f48630795 Mon Sep 17 00:00:00 2001 From: Joris Date: Tue, 29 Mar 2016 23:46:47 +0200 Subject: Move logged data to LoggedIn component --- src/client/elm/Update.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/elm/Update.elm') diff --git a/src/client/elm/Update.elm b/src/client/elm/Update.elm index 7d56b36..5c89d0a 100644 --- a/src/client/elm/Update.elm +++ b/src/client/elm/Update.elm @@ -74,7 +74,7 @@ update action model = RouterAction routeAction -> TransitRouter.update routerConfig - (Debug.log "routeAction" routeAction) + routeAction model SignOut -> -- cgit v1.2.3