diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-05 00:06:03 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-05 00:06:03 -0400 |
| commit | 65b359f7f6b9bcb566a5fb74e0f78e4d096b628e (patch) | |
| tree | bf0c3f1e800083aabe6bb838a7aa73e5c514fae2 | |
| parent | 2740c75ea8b54d9d18982356f2add5da4ee89922 (diff) | |
| download | pyramid-65b359f7f6b9bcb566a5fb74e0f78e4d096b628e.tar.gz pyramid-65b359f7f6b9bcb566a5fb74e0f78e4d096b628e.tar.bz2 pyramid-65b359f7f6b9bcb566a5fb74e0f78e4d096b628e.zip | |
remove debugging comment
| -rw-r--r-- | pyramid/authentication.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pyramid/authentication.py b/pyramid/authentication.py index 61ab4143e..b61a044f2 100644 --- a/pyramid/authentication.py +++ b/pyramid/authentication.py @@ -787,5 +787,3 @@ class SessionAuthenticationPolicy(CallbackAuthenticationPolicy): def unauthenticated_userid(self, request): return request.session.get(self.userid_key) - -# 14a3263f21e58dc0c1a4c994ab640bff4e6448d1ZWRpdG9y!userid_type:b64unicode |
