summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2009-09-01 11:39:13 +0000
committerJan Lehnardt <jan@apache.org>2009-09-01 11:39:13 +0000
commit24ce2e336a8c1f7d6d35ac9f30afc9bf5e431a8a (patch)
treeca60d508c17402689c15f92db3b6c2845a216b4e /src
parentc525df6ee69dc4c266f3d6e0e00bcf76fbf3af47 (diff)
remove debugging leftover
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@809977 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/couchdb/couch_httpd_auth.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/couchdb/couch_httpd_auth.erl b/src/couchdb/couch_httpd_auth.erl
index 7be45b20..3b076bef 100644
--- a/src/couchdb/couch_httpd_auth.erl
+++ b/src/couchdb/couch_httpd_auth.erl
@@ -113,7 +113,6 @@ cookie_authentication_handler(Req) ->
get_user(Db, UserName) ->
% In the future this will be pluggable. For now we check the .ini first,
% then fall back to querying the db.
- io:format("~n~nget-user: '~p'~n", [get_user]),
case couch_config:get("admins", ?b2l(UserName)) of
"-hashed-" ++ HashedPwdAndSalt ->
io:format("hashed: '~p'~n", [hashed]),