remove-logs

This commit is contained in:
Untone 2024-03-11 12:43:37 +03:00
parent bda2b7b59a
commit 1572c77882

View File

@ -66,6 +66,7 @@ async def update_follows_for_author(
else: else:
# Remove the entity from follows # Remove the entity from follows
follows = [e for e in follows if e['id'] != entity['id']] follows = [e for e in follows if e['id'] != entity['id']]
logger.debug(f'{entity} removed from follows')
if entity_type == 'topic': if entity_type == 'topic':
await set_follows_topics_cache(follows, follower.id) await set_follows_topics_cache(follows, follower.id)
if entity_type == 'author': if entity_type == 'author':