[uber] The Uber is disabled

This commit is contained in:
Arsentiy Milchakov 2019-07-23 15:00:41 +03:00 committed by Aleksey Belousov
parent 9f306abf3c
commit db8666cde5

View file

@ -117,7 +117,6 @@ void ResultMaker::DecrementRequestCount()
Engine::Engine(std::vector<ProviderUrl> urls /* = {} */)
{
AddApi<yandex::Api>(urls, Provider::Type::Yandex);
AddApi<uber::Api>(urls, Provider::Type::Uber);
AddApi<maxim::Api>(urls, Provider::Type::Maxim);
AddApi<rutaxi::Api>(urls, Provider::Type::Rutaxi);
}