aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--registry/registry.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/registry/registry.go b/registry/registry.go
index 60df58f..d2c0794 100644
--- a/registry/registry.go
+++ b/registry/registry.go
@@ -284,12 +284,6 @@ func (r *Registry) deliverAcceptToInbox(url, actorUrl, actorKeyUrl *url.URL, fol
"signature string",
signedString,
).With(
- "date",
- request.Header.Get("date"),
- ).With(
- "path",
- url.Path,
- ).With(
"host",
request.Header.Get("host"),
).Debugf("signing request")