diff options
| -rw-r--r-- | src/Propellor/Message.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Message.hs b/src/Propellor/Message.hs index 4721449d..afbed1ca 100644 --- a/src/Propellor/Message.hs +++ b/src/Propellor/Message.hs @@ -59,7 +59,6 @@ colorLine intensity color msg = do errorMessage :: String -> IO a errorMessage s = do liftIO $ colorLine Vivid Red $ "** error: " ++ s - hFlush stdout error "Cannot continue!" -- | Causes a debug message to be displayed when PROPELLOR_DEBUG=1 |
