[Tizen] Remove comment

This commit is contained in:
Sergey Pisarchik 2014-04-08 10:30:47 +03:00 committed by Alex Zolotarev
parent e5597a3cea
commit aeb40a9417

View file

@ -29,8 +29,6 @@ namespace my
#include <FBaseLog.h>
void LogMessageDefault(LogLevel level, SrcPoint const & srcPoint, string const & msg)
{
/// @todo need bada console
ostringstream out;
out << DebugPrint(srcPoint) << msg << endl;
switch (level)