From 6b102cadacb0f3d387a642399653cbcbf8d8a1db Mon Sep 17 00:00:00 2001 From: Gene Walters Date: Thu, 21 Oct 2021 09:56:03 -0700 Subject: [PATCH] Removing hacked Jenkins fix in order to rerun with more logging and get a better idea of why its failing in the first place Signed-off-by: Gene Walters --- .../Source/Editor/MultiplayerEditorSystemComponent.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gems/Multiplayer/Code/Source/Editor/MultiplayerEditorSystemComponent.cpp b/Gems/Multiplayer/Code/Source/Editor/MultiplayerEditorSystemComponent.cpp index d84603feaa..4e1b13f152 100644 --- a/Gems/Multiplayer/Code/Source/Editor/MultiplayerEditorSystemComponent.cpp +++ b/Gems/Multiplayer/Code/Source/Editor/MultiplayerEditorSystemComponent.cpp @@ -256,13 +256,13 @@ namespace Multiplayer { m_serverProcess = LaunchEditorServer(); - AZ_Warning( - "MultiplayerEditor", false, - "Just launched LaunchEditorServer. About to sleep!"); + //AZ_Warning( + // "MultiplayerEditor", false, + // "Just launched LaunchEditorServer. About to sleep!") - AZStd::this_thread::sleep_for(AZStd::chrono::seconds(10)); + //AZStd::this_thread::sleep_for(AZStd::chrono::seconds(10)); - AZ_Warning("MultiplayerEditor", false, "Just launched LaunchEditorServer. Done sleeping!"); + //AZ_Warning("MultiplayerEditor", false, "Just launched LaunchEditorServer. Done sleeping!") }