summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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. -}