diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-09 13:21:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-09 13:21:24 -0400 |
commit | 13d04eb9c793a712ae64337b6f192df12c4a11ec (patch) | |
tree | 7ae721e01a27d178ac622343033bb40cdb57c6e8 /Assistant.hs | |
parent | b65f5dc9a5139db0b42b696d71a7f00e619e049e (diff) |
reomove showStart, unnecessary
Diffstat (limited to 'Assistant.hs')
-rw-r--r-- | Assistant.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Assistant.hs b/Assistant.hs index 039837586..b5e902d56 100644 --- a/Assistant.hs +++ b/Assistant.hs @@ -177,7 +177,6 @@ startDaemon assistant foreground listenhost startbrowser = do logfd <- liftIO $ openLog logfile if foreground then do - showStart "." desc origout <- liftIO $ catchMaybeIO $ fdToHandle =<< dup stdOutput origerr <- liftIO $ catchMaybeIO $ |