Turn off console output for msvc logic and managers

This commit is contained in:
Vinnie Falco
2013-10-18 16:29:13 -07:00
parent fc5be2b911
commit 3b2ead3476
3 changed files with 4 additions and 2 deletions

View File

@@ -212,7 +212,7 @@ public:
, m_messageTimer (this)
, m_cacheTimer (this)
{
#if 1
#if 0
#if BEAST_MSVC
if (beast_isRunningUnderDebugger())
{