summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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