diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-11 13:00:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-11 13:00:52 -0400 |
commit | ca98a7734d21427cb441c87705c3d340153b176d (patch) | |
tree | 98cbc44adaafdffb4cd18dc7e5a8df93f61a5558 /Utility/Process.hs | |
parent | 2b0dc0a1009b92a1c236598049b0efa623f9c25d (diff) |
remove env display from debugging
TMI when full env is passed in and modified..
Diffstat (limited to 'Utility/Process.hs')
-rw-r--r-- | Utility/Process.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Utility/Process.hs b/Utility/Process.hs index b47807921..db24bf47e 100644 --- a/Utility/Process.hs +++ b/Utility/Process.hs @@ -203,7 +203,6 @@ debugProcess p = do debugM "Utility.Process" $ unwords [ action ++ ":" , showCmd p - , maybe "" show (env p) ] where action |