mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-09-27 20:17:04 +02:00
fix: remove logs for debugging
This commit is contained in:
parent
f69ba3b51c
commit
01455f599b
1 changed files with 0 additions and 8 deletions
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue