From 00bc02832ccac72abb90ffd19ae831e4ceb93ebd Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 5 Feb 2018 00:00:23 +0200 Subject: [PATCH] Remove debug print (again) --- mautrix_telegram/portal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mautrix_telegram/portal.py b/mautrix_telegram/portal.py index 0b7547ee..ca9976fa 100644 --- a/mautrix_telegram/portal.py +++ b/mautrix_telegram/portal.py @@ -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