remove addition of the LoggerService as a required service
Signed-off-by: rgba16f <82187279+rgba16f@users.noreply.github.com>
This commit is contained in:
@@ -56,7 +56,6 @@ namespace AZ
|
||||
void RPISystemComponent::GetRequiredServices(ComponentDescriptor::DependencyArrayType& required)
|
||||
{
|
||||
required.push_back(RHI::Factory::GetComponentService());
|
||||
required.push_back(AZ_CRC_CE("LoggerService"));
|
||||
}
|
||||
|
||||
void RPISystemComponent::GetProvidedServices(ComponentDescriptor::DependencyArrayType& provided)
|
||||
|
||||
Reference in New Issue
Block a user