diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 18:39:39 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 18:39:39 -0400 |
| commit | d3ddb231a6551ec14822a27d11ec35d72e7ed4b9 (patch) | |
| tree | d6a9ef48ac14dcf845c3df1c54a7dd06631e584d /Propellor/Message.hs | |
| parent | eb78bbae190a0f820d6e16561fb03307eea9e4d4 (diff) | |
propellor spin
Diffstat (limited to 'Propellor/Message.hs')
| -rw-r--r-- | Propellor/Message.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Propellor/Message.hs b/Propellor/Message.hs index 198272e7..f4c812dd 100644 --- a/Propellor/Message.hs +++ b/Propellor/Message.hs @@ -16,7 +16,6 @@ actionMessage desc a = do let (msg, intensity, color) = getActionResult r putStr $ desc ++ " ... " - showdesc setSGR [SetColor Foreground intensity color] putStrLn msg setSGR [] |
