summaryrefslogtreecommitdiff
path: root/Mailman/Gui/Topics.py
diff options
context:
space:
mode:
authorbwarsaw2002-04-19 03:45:42 +0000
committerbwarsaw2002-04-19 03:45:42 +0000
commita09086bd9f9b2646c26c30f0f55c43731b712fe2 (patch)
tree98e3dc2c406a12148c68c2711427ac43308d147f /Mailman/Gui/Topics.py
parent99505ae5cafa441ddbd88e55226ee63072f20b5c (diff)
downloadmailman-a09086bd9f9b2646c26c30f0f55c43731b712fe2.tar.gz
mailman-a09086bd9f9b2646c26c30f0f55c43731b712fe2.tar.zst
mailman-a09086bd9f9b2646c26c30f0f55c43731b712fe2.zip
Diffstat (limited to 'Mailman/Gui/Topics.py')
-rw-r--r--Mailman/Gui/Topics.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Mailman/Gui/Topics.py b/Mailman/Gui/Topics.py
index b60e38548..310d876fe 100644
--- a/Mailman/Gui/Topics.py
+++ b/Mailman/Gui/Topics.py
@@ -119,7 +119,6 @@ class Topics(GUIBase):
# Make sure the pattern was a legal regular expression
try:
- syslog('error', 'pattern: %s', pattern)
re.compile(pattern)
except (re.error, TypeError):
doc.addError(_("""The topic pattern `%(pattern)s' is not a