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:
Diffstat (limited to 'storage/country.cpp')
-rw-r--r--storage/country.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/country.cpp b/storage/country.cpp
index 4109846690..220ffde46c 100644
--- a/storage/country.cpp
+++ b/storage/country.cpp
@@ -329,9 +329,6 @@ int64_t LoadCountriesFromBuffer(string const & jsonBuffer, TCountryTree & countr
{
LOG(LERROR, (e.Msg()));
}
- stringstream ss;
- ss << version;
- GetPlatform().GetMarketingService().SendPushWooshTag(marketing::kMapVersion, ss.str());
return version;
}