From 24ce2e336a8c1f7d6d35ac9f30afc9bf5e431a8a Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Tue, 1 Sep 2009 11:39:13 +0000 Subject: remove debugging leftover git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@809977 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_httpd_auth.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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]), -- cgit v1.2.3