summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Utility/Process.hs1
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