mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-13 03:28:19 +00:00
Get rid of unnecessary debug messages
This commit is contained in:
parent
5f4e2511fb
commit
27d9ad9bfc
|
@ -206,12 +206,6 @@ void CUpdater::PerformUpdate()
|
||||||
m_State = PARSING_UPDATE;
|
m_State = PARSING_UPDATE;
|
||||||
dbg_msg("updater", "Parsing update.json");
|
dbg_msg("updater", "Parsing update.json");
|
||||||
ParseUpdate();
|
ParseUpdate();
|
||||||
dbg_msg("updater", "Parsing done");
|
|
||||||
dbg_msg("updater", "%d", m_ClientUpdate);
|
|
||||||
for(map<string, bool>::iterator it = m_FileJobs.begin(); it != m_FileJobs.end(); ++it)
|
|
||||||
{
|
|
||||||
dbg_msg("updater", "%s:%s", it->first.c_str(), it->second ? "download" : "remove");
|
|
||||||
}
|
|
||||||
m_State = DOWNLOADING;
|
m_State = DOWNLOADING;
|
||||||
|
|
||||||
const char *aLastFile;
|
const char *aLastFile;
|
||||||
|
|
Loading…
Reference in a new issue