diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-01 16:31:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-01 16:31:16 -0400 |
commit | 7606f3e7c1cc1b13445d04d11372c197fb6a3f13 (patch) | |
tree | 446ff6ee7d735607092d3d3a1a6b3a1b370c504c /Assistant/WebApp | |
parent | 8181b38ef6060103953ce464d03e9cfd75c45663 (diff) |
cleanup
Diffstat (limited to 'Assistant/WebApp')
-rw-r--r-- | Assistant/WebApp/Configurators.hs | 5 |
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. -} |