CustomSpawnPoint: removed unneeded logging

This commit is contained in:
NotAKidoS 2024-09-02 01:03:04 -05:00
parent e61049462b
commit 45bbfe0d93
3 changed files with 5 additions and 5 deletions

View file

@ -97,7 +97,7 @@ namespace NAK.CustomSpawnPoint
internal static void OnRequestWorldDetailsPage(string worldId)
{
CustomSpawnPointMod.Logger.Msg("Requesting world details page for world: " + worldId);
//CustomSpawnPointMod.Logger.Msg("Requesting world details page for world: " + worldId);
requestedWorldId = worldId;
requestedSpawnPoint = spawnPoints.TryGetValue(requestedWorldId, out SpawnPointData spawnPoint) ? spawnPoint : null;