summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2012-12-26 18:56:31 -0500
committerBarry Warsaw2012-12-26 18:56:31 -0500
commit4bfaa225b080fdc406c561476aac98c3f53b16d8 (patch)
tree6783cab3d27df8e331eba17e98f142981fe4cff1
parent8c8f2aebc58bdfca948e5dc01bcf6d27a5d09f6e (diff)
downloadmailman-4bfaa225b080fdc406c561476aac98c3f53b16d8.tar.gz
mailman-4bfaa225b080fdc406c561476aac98c3f53b16d8.tar.zst
mailman-4bfaa225b080fdc406c561476aac98c3f53b16d8.zip
-rw-r--r--src/mailman/rest/users.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/rest/users.py b/src/mailman/rest/users.py
index b67233f28..3a245f09b 100644
--- a/src/mailman/rest/users.py
+++ b/src/mailman/rest/users.py
@@ -232,7 +232,6 @@ class AUser(_UserBase):
@resource.child('login')
def login(self, request, segments):
"""Log the user in, sort of, by verifying a given password."""
- #import pdb; pdb.set_trace()
if self._user is None:
return http.not_found()
# We do not want to encrypt the plaintext password given in the POST