diff options
Diffstat (limited to 'src/client/elm/Update.elm')
-rw-r--r-- | src/client/elm/Update.elm | 2 |
1 files changed, 1 insertions, 1 deletions
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 -> |