diff options
| author | Barry Warsaw | 2012-12-26 18:56:31 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2012-12-26 18:56:31 -0500 |
| commit | 4bfaa225b080fdc406c561476aac98c3f53b16d8 (patch) | |
| tree | 6783cab3d27df8e331eba17e98f142981fe4cff1 /src/mailman/rest/users.py | |
| parent | 8c8f2aebc58bdfca948e5dc01bcf6d27a5d09f6e (diff) | |
| download | mailman-4bfaa225b080fdc406c561476aac98c3f53b16d8.tar.gz mailman-4bfaa225b080fdc406c561476aac98c3f53b16d8.tar.zst mailman-4bfaa225b080fdc406c561476aac98c3f53b16d8.zip | |
Diffstat (limited to 'src/mailman/rest/users.py')
| -rw-r--r-- | src/mailman/rest/users.py | 1 |
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 |
