summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mailman/bin/master.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/bin/master.py b/src/mailman/bin/master.py
index 9eaec21b8..b0cae62ad 100644
--- a/src/mailman/bin/master.py
+++ b/src/mailman/bin/master.py
@@ -375,7 +375,6 @@ class Loop:
if coverage_env is not None:
env = dict(COVERAGE_PROCESS_START=coverage_env)
args.append(env)
- print('ARGS:', args, file=sys.stderr)
os.execle(*args)
# We should never get here.
raise RuntimeError('os.execle() failed')