mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 18:18:18 +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;
|
||||
dbg_msg("updater", "Parsing update.json");
|
||||
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;
|
||||
|
||||
const char *aLastFile;
|
||||
|
|
Loading…
Reference in a new issue