remove env display from debugging
TMI when full env is passed in and modified..
This commit is contained in:
parent
97ea08e2d1
commit
f96725a292
1 changed files with 0 additions and 1 deletions
|
@ -203,7 +203,6 @@ debugProcess p = do
|
|||
debugM "Utility.Process" $ unwords
|
||||
[ action ++ ":"
|
||||
, showCmd p
|
||||
, maybe "" show (env p)
|
||||
]
|
||||
where
|
||||
action
|
||||
|
|
Loading…
Reference in a new issue