From 01455f599b48cf15a9d7c94dad13d0bb85dfe71b Mon Sep 17 00:00:00 2001 From: Dollan Date: Fri, 12 Apr 2024 17:22:17 +0200 Subject: [PATCH] fix: remove logs for debugging --- Events.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Events.cs b/Events.cs index 6379c13..56c3a03 100644 --- a/Events.cs +++ b/Events.cs @@ -402,14 +402,6 @@ public partial class CS2_SimpleAdmin GroupIds = null; } - - // For testing only - _logger?.LogInformation($"Server ID: {ServerId}"); - if (GroupIds != null) - { - _logger?.LogInformation($"Group IDs: {string.Join(", ", GroupIds)}"); - } - } catch (Exception ex) {