Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit b7d7f99

Browse files
committed
Remove debug logs
1 parent c0fe710 commit b7d7f99

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src-plugin/Plugin/Models/ArenasModel.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ public Arenas(Plugin plugin)
2424
{
2525
Arena arena = new Arena(Plugin, spawnPair);
2626
ArenaList.Add(arena);
27-
28-
Plugin.Logger.LogInformation("New Arena has {1} CT spawns and {2} T spawns.", arena.Spawns.Item1.Count, arena.Spawns.Item2.Count);
2927
}
3028

3129
Plugin.Logger.LogInformation("Successfully setup {0} arenas!", ArenaList.Count);

0 commit comments

Comments
 (0)