don't print property when starting

This caused problems when properties were nested with listProperties.
Would print "outer ... inner ..." etc.
This commit is contained in:
Joey Hess 2014-03-30 22:25:47 -04:00
parent 4398327dd1
commit 912e61ce1f
1 changed files with 0 additions and 2 deletions

View File

@ -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