summaryrefslogtreecommitdiff
path: root/Assistant
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-01 16:31:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-01 16:31:16 -0400
commit7606f3e7c1cc1b13445d04d11372c197fb6a3f13 (patch)
tree446ff6ee7d735607092d3d3a1a6b3a1b370c504c /Assistant
parent8181b38ef6060103953ce464d03e9cfd75c45663 (diff)
cleanup
Diffstat (limited to 'Assistant')
-rw-r--r--Assistant/WebApp/Configurators.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/Assistant/WebApp/Configurators.hs b/Assistant/WebApp/Configurators.hs
index 5c2a1f25e..e1fcfcd97 100644
--- a/Assistant/WebApp/Configurators.hs
+++ b/Assistant/WebApp/Configurators.hs
@@ -149,10 +149,7 @@ startFullAssistant path = do
url <- liftIO $ do
makeRepo path
changeWorkingDirectory path
- putStrLn "pre run"
- r <- fromJust $ postFirstRun webapp
- putStrLn $ "got " ++ r
- return r
+ fromJust $ postFirstRun webapp
redirect $ T.pack url
{- Makes a new git-annex repository. -}