summaryrefslogtreecommitdiff
path: root/Property.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Property.hs')
-rw-r--r--Property.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Property.hs b/Property.hs
index 9361de02..c37af3dc 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