reomove showStart, unnecessary
This commit is contained in:
parent
c113d9eee9
commit
6c02c4c7d9
1 changed files with 0 additions and 1 deletions
|
@ -177,7 +177,6 @@ startDaemon assistant foreground listenhost startbrowser = do
|
||||||
logfd <- liftIO $ openLog logfile
|
logfd <- liftIO $ openLog logfile
|
||||||
if foreground
|
if foreground
|
||||||
then do
|
then do
|
||||||
showStart "." desc
|
|
||||||
origout <- liftIO $ catchMaybeIO $
|
origout <- liftIO $ catchMaybeIO $
|
||||||
fdToHandle =<< dup stdOutput
|
fdToHandle =<< dup stdOutput
|
||||||
origerr <- liftIO $ catchMaybeIO $
|
origerr <- liftIO $ catchMaybeIO $
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue