summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common/Logging.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/common/Logging.cpp b/lib/common/Logging.cpp
index ce8afcbb..b08b311c 100644
--- a/lib/common/Logging.cpp
+++ b/lib/common/Logging.cpp
@@ -284,12 +284,6 @@ bool Console::Log(Log::Level level, const std::string& rFile,
}
FILE* target = stdout;
-
- if (level <= Log::WARNING)
- {
- target = stderr;
- }
-
std::ostringstream buf;
if (sShowTime)