aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/Update.elm
diff options
context:
space:
mode:
authorJoris2016-03-29 23:46:47 +0200
committerJoris2016-03-29 23:46:47 +0200
commit76f8b85eb9f796d6df861a04f702ef5f48630795 (patch)
treec8b975df9854994cbbefff15908ad9bb728264bc /src/client/elm/Update.elm
parentcc58377a48d13ef85cedb5ec0e19eb8b879dd497 (diff)
downloadbudget-76f8b85eb9f796d6df861a04f702ef5f48630795.tar.gz
budget-76f8b85eb9f796d6df861a04f702ef5f48630795.tar.bz2
budget-76f8b85eb9f796d6df861a04f702ef5f48630795.zip
Move logged data to LoggedIn component
Diffstat (limited to 'src/client/elm/Update.elm')
-rw-r--r--src/client/elm/Update.elm2
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 ->