You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/09/10 04:18:10 UTC

[couchdb] branch remove-header-log-line created (now e5681e9)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch remove-header-log-line
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at e5681e9  Remove debug log line from attachments handler

This branch includes the following new commits:

     new e5681e9  Remove debug log line from attachments handler

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[couchdb] 01/01: Remove debug log line from attachments handler

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch remove-header-log-line
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit e5681e9c83c6b267adb5568ac8286cb25a6d3b01
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Fri Sep 10 00:17:30 2021 -0400

    Remove debug log line from attachments handler
---
 src/chttpd/src/chttpd_db.erl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/chttpd/src/chttpd_db.erl b/src/chttpd/src/chttpd_db.erl
index 80dcde1..95457ff 100644
--- a/src/chttpd/src/chttpd_db.erl
+++ b/src/chttpd/src/chttpd_db.erl
@@ -1495,7 +1495,6 @@ db_attachment_req(#httpd{method='GET',mochi_req=MochiReq}=Req, Db, DocId, FileNa
             [{"Accept-Ranges", "none"}]
     end,
     Headers = chttpd_util:maybe_add_csp_header("attachments", Headers0, "sandbox"),
-    couch_log:notice("~n Headers0: ~n~p ~nHeaders: ~n~p~n", [Headers0, Headers]),
     Len = case {Enc, ReqAcceptsAttEnc} of
     {identity, _} ->
         % stored and served in identity form