From b08580280aaafc7333cb342bdcf318bd1d0547df Mon Sep 17 00:00:00 2001
From: Michael Jerger <michael.jerger@meissa-gmbh.de>
Date: Fri, 10 Nov 2023 14:37:36 +0100
Subject: [PATCH] np in case of unauthenticated user

---
 routers/api/v1/activitypub/repository.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/routers/api/v1/activitypub/repository.go b/routers/api/v1/activitypub/repository.go
index b82643d91d..9641b46a2c 100644
--- a/routers/api/v1/activitypub/repository.go
+++ b/routers/api/v1/activitypub/repository.go
@@ -70,7 +70,6 @@ func RepositoryInbox(ctx *context.APIContext) {
 	//     "$ref": "#/responses/empty"
 
 	log.Info("RepositoryInbox: repo %v, %v", ctx.Repo.Repository.OwnerName, ctx.Repo.Repository.Name)
-	log.Info("RepositoryInbox: doer %v, %v", ctx.Doer.Name, ctx.Doer.ID)
 	opt := web.GetForm(ctx).(*forgefed.Star)
 
 	log.Info("RepositoryInbox: Activity Source %v,", opt.Source)