summaryrefslogtreecommitdiff
path: root/Assistant/Threads/WebApp.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-15 01:01:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-15 01:01:25 -0400
commit8796cfbd221b1f3ec771a735c5acbb4e90e39ec3 (patch)
tree80b5db54d38e71267a0257e5ebae345c67d8961f /Assistant/Threads/WebApp.hs
parent7acbb691ff9595baa6ec80032d9b79fc65ecc229 (diff)
no longer need webapp state storage! excellent
Diffstat (limited to 'Assistant/Threads/WebApp.hs')
-rw-r--r--Assistant/Threads/WebApp.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Assistant/Threads/WebApp.hs b/Assistant/Threads/WebApp.hs
index 294e7cab1..55f3d35b8 100644
--- a/Assistant/Threads/WebApp.hs
+++ b/Assistant/Threads/WebApp.hs
@@ -57,7 +57,6 @@ webAppThread assistantdata urlrenderer noannex postfirstrun onstartup = thread $
<*> (pack <$> genRandomToken)
<*> getreldir
<*> pure $(embed "static")
- <*> newWebAppState
<*> pure postfirstrun
<*> pure noannex
setUrlRenderer urlrenderer $ yesodRender webapp (pack "")