Merge "Don't use logger before it is configured"

This commit is contained in:
Zuul 2019-06-14 17:37:08 +00:00 committed by Gerrit Code Review
commit 0ae5f99286
1 changed files with 0 additions and 1 deletions

View File

@ -132,7 +132,6 @@ dl.downloader.vm_proxy = vm_proxy
provider = cfg_localrc.get_value("PROVIDER")
logger.debug("Checking provider given by config/localarc: %s", provider)
check_provider()
distro_full = cfg_localrc.get_value("DISTRO")
# ubuntu-14.04-server-amd64 -> ubuntu_14_04_server_amd64
distro_full = re.sub(r'[-.]', '_', distro_full)