aboutsummaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-01-06 15:09:11 +0000
committerJulio Capote <jcapote@gmail.com>2023-01-06 15:09:11 +0000
commitcfacb61e22458de46789dab9b40b18d4db1d00ec (patch)
tree3cf1664a99485c2c40a774c02869186b1f198b61 /registry
parentf8a027a9114b357a2c0af3b2d0d6c56e21f7b02b (diff)
downloadcommunique-cfacb61e22458de46789dab9b40b18d4db1d00ec.tar.gz
these arent needed
Diffstat (limited to '')
-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")