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

@@ -158,12 +158,14 @@ public:
, m_checkTimer (this)
, m_checkSources (false)
{
#if 0
#if BEAST_MSVC
if (beast_isRunningUnderDebugger())
{
m_journal.sink().set_console (true);
m_journal.sink().set_severity (Journal::kLowestSeverity);
}
#endif
#endif
}