From 7c0a0f9d0d3ad319972c396eca80d6c9ebed065a Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 2 Jun 2018 21:04:11 -0700 Subject: Disabled info message about objects found in state object registry --- Graphics/GraphicsEngine/include/StateObjectsRegistry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngine') diff --git a/Graphics/GraphicsEngine/include/StateObjectsRegistry.h b/Graphics/GraphicsEngine/include/StateObjectsRegistry.h index 2f735477..a1bc96bc 100644 --- a/Graphics/GraphicsEngine/include/StateObjectsRegistry.h +++ b/Graphics/GraphicsEngine/include/StateObjectsRegistry.h @@ -143,7 +143,7 @@ namespace Diligent if( pObject ) { *ppObject = pObject.Detach(); - LOG_INFO_MESSAGE( "Equivalent of the requested state object named \"", Desc.Name ? Desc.Name : "", "\" found in the ", m_RegistryName, " registry. Reusing existing object."); + //LOG_INFO_MESSAGE( "Equivalent of the requested state object named \"", Desc.Name ? Desc.Name : "", "\" found in the ", m_RegistryName, " registry. Reusing existing object."); } else { -- cgit v1.2.3