Removed some debug warning
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@438
This commit is contained in:
parent
d26cccdc81
commit
de23d60172
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue