1
0
Fork 0

Removed some debug warning

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@438
This commit is contained in:
Sjoerd van der Berg 2002-10-25 21:40:19 +00:00
parent d26cccdc81
commit de23d60172

View file

@ -196,7 +196,6 @@ Section_line* Config::AddSection_line(const char* _name,void (*_initfunction)(Se
void Config::Init(){
for (it tel=sectionlist.begin(); tel!=sectionlist.end(); tel++){
LOG_DEBUG("Init %s",(*tel)->sectionname.c_str());
(*tel)->ExecuteInit();
}
}