summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2000-09-22 16:55:16 +0000
committerbwarsaw2000-09-22 16:55:16 +0000
commita9a2e020f4582601528e023f674847aa7b0b6542 (patch)
tree78073ecfbca4e7a5453b60b8f6aff699425488d2
parent30def9df99f47ce6552fcda0712fc663a2ff8963 (diff)
downloadmailman-a9a2e020f4582601528e023f674847aa7b0b6542.tar.gz
mailman-a9a2e020f4582601528e023f674847aa7b0b6542.tar.zst
mailman-a9a2e020f4582601528e023f674847aa7b0b6542.zip
Removed debugging print.
-rwxr-xr-xadmin/bin/mm2do1
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/bin/mm2do b/admin/bin/mm2do
index f58ffb4b4..3aeea0d2a 100755
--- a/admin/bin/mm2do
+++ b/admin/bin/mm2do
@@ -30,7 +30,6 @@ print >> outfp, '<body bgcolor="#ffffff">'
def dumpsection(header, items, hasitems):
# We're looking at a header
- print header, items, hasitems
if header:
# output the previous section
print >> outfp, '<h1>', header, '</h1>'