diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/couchdb/couch_httpd_auth.erl | 1 |
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]), |