projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c15d79
)
Comment out unnecessary debug output in Settings
author
Perttu Ahola
<celeron55@gmail.com>
Sun, 20 May 2012 14:19:48 +0000
(17:19 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Sun, 20 May 2012 14:19:48 +0000
(17:19 +0300)
src/settings.h
patch
|
blob
|
history
diff --git
a/src/settings.h
b/src/settings.h
index b95fbd1845ef4f5eae88ba24f4160b587882134f..07966f2dac193f8e5c5210bff1b2c8d11af12f50 100644
(file)
--- a/
src/settings.h
+++ b/
src/settings.h
@@
-147,8
+147,8
@@
public:
if(is.good() == false)
return false;
- infostream<<"Parsing configuration file: \""
- <<filename<<"\""<<std::endl;
+
/*
infostream<<"Parsing configuration file: \""
+ <<filename<<"\""<<std::endl;
*/
while(parseConfigObject(is));