summaryrefslogtreecommitdiff
path: root/Mailman/Gui/Topics.py
diff options
context:
space:
mode:
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