From dfcd0bed4d4dfe227a5c5c808edc719f985787b1 Mon Sep 17 00:00:00 2001 From: Sergey Magidovich Date: Mon, 1 Feb 2016 17:59:13 +0300 Subject: [PATCH] Use ProductionServerAuth instead of IZServcerAuth. --- editor/osm_auth.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/editor/osm_auth.cpp b/editor/osm_auth.cpp index de33c012d4..57664a7621 100644 --- a/editor/osm_auth.cpp +++ b/editor/osm_auth.cpp @@ -91,8 +91,7 @@ OsmOAuth::OsmOAuth(string const & consumerKey, string const & consumerSecret, // static OsmOAuth OsmOAuth::ServerAuth() noexcept { - // TODO(AlexZ): Replace with ProductionServerAuth before release. - return IZServerAuth(); + return ProductionServerAuth(); } // static OsmOAuth OsmOAuth::ServerAuth(TKeySecret const & userKeySecret) noexcept