Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Pisarchik <pisarchik@mapswithme.com>2014-04-08 11:30:47 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:14:33 +0300
commitaeb40a941727cb5764e955f74a7dde759785fe3d (patch)
tree07cefae5e49e19edc5843780d6fe8b2440ecbbc1 /base/logging.cpp
parente5597a3cea4143f428bb85abfb671063aab7fcdb (diff)
[Tizen] Remove comment
Diffstat (limited to 'base/logging.cpp')
-rw-r--r--base/logging.cpp2
1 files changed, 0 insertions, 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 <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)