remove leftover debug line

This commit is contained in:
dakkar 2025-04-30 20:30:52 +01:00
parent fda71c4147
commit ec404fd3ce

View file

@ -253,7 +253,6 @@ export class ActivityPubServerService {
return httpSignature.verifySignature(signatureWithoutQuery, authUser!.key!.keyPem);
}
console.warn('starting verification');
let httpSignatureValidated = verifyWithOrWithoutQuery();
// maybe they changed their key? refetch it