mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 06:27:19 +01:00
Remove spammy log line
This commit is contained in:
@@ -224,10 +224,7 @@ namespace Tgstation.Server.Host.Components
|
||||
lock (instances)
|
||||
{
|
||||
if (!instances.TryGetValue(metadata.Id.Value, out var instance))
|
||||
{
|
||||
logger.LogTrace("Cannot reference instance {instanceId} as it is not online or on this node!", metadata.Id);
|
||||
return null;
|
||||
}
|
||||
|
||||
return instance.AddReference();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user