aboutsummaryrefslogtreecommitdiff
path: root/Assistant.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-09 13:21:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-09 13:21:24 -0400
commit13d04eb9c793a712ae64337b6f192df12c4a11ec (patch)
tree7ae721e01a27d178ac622343033bb40cdb57c6e8 /Assistant.hs
parentb65f5dc9a5139db0b42b696d71a7f00e619e049e (diff)
reomove showStart, unnecessary
Diffstat (limited to 'Assistant.hs')
-rw-r--r--Assistant.hs1
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 $