Remove debug print (again)
This commit is contained in:
@@ -702,7 +702,6 @@ class Portal:
|
||||
for participant in participants:
|
||||
puppet = p.Puppet.get(participant.user_id)
|
||||
user = u.User.get_by_tgid(participant.user_id)
|
||||
print(participant)
|
||||
new_level = 0
|
||||
if isinstance(participant, (ChatParticipantAdmin, ChannelParticipantAdmin)):
|
||||
new_level = 50
|
||||
|
||||
Reference in New Issue
Block a user