Comment out unnecessary debug output in Settings
parent
7c15d793ac
commit
49d9745dc4
|
@ -147,8 +147,8 @@ public:
|
||||||
if(is.good() == false)
|
if(is.good() == false)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
infostream<<"Parsing configuration file: \""
|
/*infostream<<"Parsing configuration file: \""
|
||||||
<<filename<<"\""<<std::endl;
|
<<filename<<"\""<<std::endl;*/
|
||||||
|
|
||||||
while(parseConfigObject(is));
|
while(parseConfigObject(is));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue