Chore: remove CSP debug logging line (#30689)

This commit is contained in:
Ryan McKinley
2021-01-27 13:31:41 -08:00
committed by GitHub
parent 0df4b15957
commit bc857986b6

View File

@@ -18,7 +18,6 @@ import (
func AddCSPHeader(cfg *setting.Cfg, logger log.Logger) macaron.Handler {
return func(w http.ResponseWriter, req *http.Request, c *macaron.Context) {
if !cfg.CSPEnabled {
logger.Debug("Not adding CSP header to response since it's disabled")
return
}