AzCoreLogSink will check if it's running in an editor-server and will allow stdouts

Signed-off-by: Gene Walters <genewalt@amazon.com>
This commit is contained in:
Gene Walters
2021-11-20 14:48:48 -08:00
parent 6005a4e08b
commit 02590a1766
3 changed files with 13 additions and 4 deletions
@@ -420,8 +420,6 @@ namespace Multiplayer
void MultiplayerEditorSystemComponent::OnTick(float, AZ::ScriptTimePoint)
{
AZ_TracePrintf("MultiplayerEditorSystemComponent", "OnTick Pump");
m_serverProcessTracePrinter->Pump();
}