From f5a40f187f74904ffcea87862bb5ca06112ce641 Mon Sep 17 00:00:00 2001 From: Nick Vatamaniuc Date: Fri, 10 Sep 2021 00:58:20 -0400 Subject: Remove log line from CSP logic in chttpd_util --- src/chttpd/src/chttpd_util.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chttpd/src/chttpd_util.erl b/src/chttpd/src/chttpd_util.erl index 264032058..6c68568fe 100644 --- a/src/chttpd/src/chttpd_util.erl +++ b/src/chttpd/src/chttpd_util.erl @@ -65,7 +65,6 @@ get_chttpd_auth_config_boolean(Key, Default) -> maybe_add_csp_header(Component, OriginalHeaders, DefaultHeaderValue) -> Enabled = config:get_boolean("csp", Component ++ "_enable", true), - couch_log:notice("~n> maybe_add_csp_header~n Component: ~n~p~n OriginalHeaders: ~n~p~n DefaultHeaderValue: ~n~p~n, Enabled: ~n~p~n", [Component, OriginalHeaders, DefaultHeaderValue, Enabled]), case Enabled of true -> HeaderValue = config:get("csp", Component ++ "_header_value", DefaultHeaderValue), -- cgit v1.2.1