diff --git a/Property.hs b/Property.hs index 9361de0..c37af3d 100644 --- a/Property.hs +++ b/Property.hs @@ -98,8 +98,6 @@ ensureProperties' ps = ensure ps NoChange where ensure [] rs = return rs ensure (l:ls) rs = do - putStr $ propertyDesc l ++ "... " - hFlush stdout r <- ensureProperty l clearFromCursorToLineBeginning setCursorColumn 0