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)