merge issue forgotton

This commit is contained in:
gled 2019-07-25 12:07:50 -07:00
parent 86f1d75b5e
commit b78e298450

View file

@ -141,7 +141,6 @@ async def follow_remote_actor(actor_uri):
async def unfollow_remote_actor(actor_uri):
return
actor = await fetch_actor(actor_uri)
if not actor:
logging.info('failed to fetch actor at: %r', actor_uri)