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 2012/12/04 21:43:52 UTC

[42/44] git commit: hehehe... angry debugging ftw

hehehe... angry debugging ftw


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/a616f5c3
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/a616f5c3
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/a616f5c3

Branch: refs/heads/1368-fix-multipart-header-parts
Commit: a616f5c327fbc8339498089d75b31fd3efc3fa2e
Parents: 7aacdbc
Author: Randall Leeds <ra...@apache.org>
Authored: Thu Nov 1 13:15:15 2012 -0700
Committer: Randall Leeds <ra...@apache.org>
Committed: Thu Nov 1 13:15:15 2012 -0700

----------------------------------------------------------------------
 src/couchdb/couch_httpd.erl |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/a616f5c3/src/couchdb/couch_httpd.erl
----------------------------------------------------------------------
diff --git a/src/couchdb/couch_httpd.erl b/src/couchdb/couch_httpd.erl
index 6bba871..0024609 100644
--- a/src/couchdb/couch_httpd.erl
+++ b/src/couchdb/couch_httpd.erl
@@ -315,7 +315,6 @@ handle_request_int(MochiReq, DefaultFun,
     HandlerFun = couch_util:dict_find(HandlerKey, UrlHandlers, DefaultFun),
     {ok, AuthHandlers} = application:get_env(couch, auth_handlers),
 
-    ?LOG_INFO("fuck you ~p~n", [Method]),
     {ok, Resp} =
     try
         case couch_httpd_cors:is_preflight_request(HttpReq) of