From aeb40a941727cb5764e955f74a7dde759785fe3d Mon Sep 17 00:00:00 2001 From: Sergey Pisarchik Date: Tue, 8 Apr 2014 10:30:47 +0300 Subject: [PATCH] [Tizen] Remove comment --- base/logging.cpp | 2 -- 1 file changed, 2 deletions(-) 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)