You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2009/09/01 13:41:22 UTC

svn commit: r809978 - /couchdb/branches/0.10.x/src/couchdb/couch_httpd_auth.erl

Author: jan
Date: Tue Sep  1 11:41:21 2009
New Revision: 809978

URL: http://svn.apache.org/viewvc?rev=809978&view=rev
Log:
merge r 908977: remove debugging leftover

Modified:
    couchdb/branches/0.10.x/src/couchdb/couch_httpd_auth.erl

Modified: couchdb/branches/0.10.x/src/couchdb/couch_httpd_auth.erl
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/src/couchdb/couch_httpd_auth.erl?rev=809978&r1=809977&r2=809978&view=diff
==============================================================================
--- couchdb/branches/0.10.x/src/couchdb/couch_httpd_auth.erl (original)
+++ couchdb/branches/0.10.x/src/couchdb/couch_httpd_auth.erl Tue Sep  1 11:41:21 2009
@@ -113,7 +113,6 @@
 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]),