diff --git a/src/ZNCDebug.cpp b/src/ZNCDebug.cpp index 775c1f31..46f67574 100644 --- a/src/ZNCDebug.cpp +++ b/src/ZNCDebug.cpp @@ -22,12 +22,7 @@ #include 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;