From 912e61ce1f1fbc4ed8b761ca15166a53639cea67 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 22:25:47 -0400 Subject: don't print property when starting This caused problems when properties were nested with listProperties. Would print "outer ... inner ..." etc. --- Property.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'Property.hs') 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 -- cgit v1.2.3