mirror of github:amycatgirl/amycatgirl.github.io
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove debug logging for resolve-pds method

Signed-off-by: Amy <amy+git@amogus.cloud>

Amy ea64c60a eef20c61

-1
-1
fallback.lisp
··· 72 72 ("plc" (resolve-did-document--plc did)) 73 73 (_ (error "Unsuported DID method ~S" did-method)))) 74 74 (services (getf document :service))) 75 - (print document) 76 75 (getf (find-if (lambda (service) 77 76 (equal (getf service :id) "#atproto_pds")) 78 77 services)