diff options
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 $ |