remove env display from debugging

TMI when full env is passed in and modified..
This commit is contained in:
Joey Hess 2012-10-11 13:00:52 -04:00
parent 97ea08e2d1
commit f96725a292

View file

@ -203,7 +203,6 @@ debugProcess p = do
debugM "Utility.Process" $ unwords
[ action ++ ":"
, showCmd p
, maybe "" show (env p)
]
where
action