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
path: root/base
diff options
context:
space:
mode:
authorrachytski <siarhei.rachytski@gmail.com>2012-06-06 01:04:57 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:39:28 +0300
commitae19a29396993eb55a6a4ff73231a2e6a0063334 (patch)
tree5cc237fa7213021fcba24106d9008acd247e3321 /base
parent7563372160b5ef384b43f902aad94489cb8d7a88 (diff)
[iphone] string localizations.
Diffstat (limited to 'base')
-rw-r--r--base/string_format.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/string_format.cpp b/base/string_format.cpp
index 64dd6c36a5..122aeadc92 100644
--- a/base/string_format.cpp
+++ b/base/string_format.cpp
@@ -10,8 +10,6 @@ namespace strings
string temp = s;
- LOG(LINFO, (s));
-
while (true)
{
offs = temp.find("%", offs);
@@ -46,8 +44,6 @@ namespace strings
offs += strIt->size() - 1;
}
- LOG(LINFO, (res));
-
return res;
}
}