fix: remove logs for debugging

This commit is contained in:
Dollan 2024-04-12 17:22:17 +02:00
parent f69ba3b51c
commit 01455f599b
No known key found for this signature in database

View file

@ -402,14 +402,6 @@ public partial class CS2_SimpleAdmin
GroupIds = null; GroupIds = null;
} }
// For testing only
_logger?.LogInformation($"Server ID: {ServerId}");
if (GroupIds != null)
{
_logger?.LogInformation($"Group IDs: {string.Join(", ", GroupIds)}");
}
} }
catch (Exception ex) catch (Exception ex)
{ {