Removed useless logging line.
This commit is contained in:
@ -70,7 +70,6 @@ namespace TwitchChatTTS.Twitch.Socket.Handlers
|
||||
}
|
||||
|
||||
string permission = GetPermissionPath(message.ChannelPointsCustomRewardId, bits);
|
||||
_logger.Information(chatterId + " / " + permission + " / groups: " + string.Join(" | ", groups));
|
||||
if (!HasPermission(chatterId, groups, permission))
|
||||
{
|
||||
_logger.Debug($"Blocked message [chatter: {chatterLogin}][message: {message}]");
|
||||
|
Reference in New Issue
Block a user