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
|
debugM "Utility.Process" $ unwords
|
||||||
[ action ++ ":"
|
[ action ++ ":"
|
||||||
, showCmd p
|
, showCmd p
|
||||||
, maybe "" show (env p)
|
|
||||||
]
|
]
|
||||||
where
|
where
|
||||||
action
|
action
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue