diff --git a/Source/SenseGloveSettings/Private/SGSettings/SGSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGSettings.cpp index 195726a8..6c619ef3 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGSettings.cpp @@ -107,8 +107,6 @@ void USGSettings::Initialize(FSubsystemCollectionBase& Collection) Super::Initialize(Collection); - SGLOG("Initializing the SenseGlove settings singleton with the engine lifetime..."); - SGLOG("The SenseGlove settings singleton has been successfully initialized with the engine lifetime!"); }