Remove debug log
This commit is contained in:
@@ -321,7 +321,6 @@ class User(AbstractUser):
|
|||||||
continue
|
continue
|
||||||
elif isinstance(entity, TLUser) and not config["bridge.sync_direct_chats"]:
|
elif isinstance(entity, TLUser) and not config["bridge.sync_direct_chats"]:
|
||||||
continue
|
continue
|
||||||
self.log.info(f"Syncing {type(entity)}")
|
|
||||||
portal = po.Portal.get_by_entity(entity)
|
portal = po.Portal.get_by_entity(entity)
|
||||||
self.portals[portal.tgid_full] = portal
|
self.portals[portal.tgid_full] = portal
|
||||||
creators.append(
|
creators.append(
|
||||||
|
|||||||
Reference in New Issue
Block a user