diff --git a/base/logging.cpp b/base/logging.cpp index 5452a1590c..8a1345a601 100644 --- a/base/logging.cpp +++ b/base/logging.cpp @@ -29,8 +29,6 @@ namespace my #include void LogMessageDefault(LogLevel level, SrcPoint const & srcPoint, string const & msg) { - /// @todo need bada console - ostringstream out; out << DebugPrint(srcPoint) << msg << endl; switch (level)