Remove unused variable

This commit is contained in:
Geoffrey Merck F4FXL - KC3FRA 2019-03-24 07:54:27 +01:00
parent ff62562e3a
commit 3a87e91b5e

View file

@ -887,7 +887,6 @@ void CIRCDDBGatewayApp::createThread()
wxLogInfo(wxT("DCS enabled: %d, CCS enabled: %d, server: %s"), int(dcsEnabled), int(ccsEnabled), ccsHost.c_str());
bool xlxEnabled;
bool xlxOverrideLocal;
wxString xlxHostsFileUrl;
m_config->getXLX(xlxEnabled, xlxHostsFileUrl);
wxLogInfo(wxT("XLX enabled: %d, Hosts file url: %s"), int(xlxEnabled), xlxHostsFileUrl.c_str());