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:53:25 UTC

[couchdb] branch 3.x updated: Remove debug log line from attachments handler

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

vatamane pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/3.x by this push:
     new e6a3b4a  Remove debug log line from attachments handler
e6a3b4a is described below

commit e6a3b4abb3fa42277924963251d33a65c711a250
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