Stop mixing up ./configure --enable-debug with znc --debug

Close #1449
See #1446
This commit is contained in:
Alexey Sokolov
2017-10-15 18:00:00 +01:00
parent 4e4dd0f7bc
commit 3ba8b0cce3
+1 -6
View File
@@ -22,12 +22,7 @@
#include <time.h>
bool CDebug::stdoutIsTTY = true;
bool CDebug::debug =
#ifdef _DEBUG
true;
#else
false;
#endif
bool CDebug::debug = false;
CString CDebug::Filter(const CString& sUnfilteredLine) {
CString sFilteredLine = sUnfilteredLine;