summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2010-11-29 19:55:41 +0200
committerPerttu Ahola <celeron55@gmail.com>2010-11-29 19:55:41 +0200
commitc51fef56a89d91f1c014aeb14cc0b3f9d22d81f8 (patch)
treeb46104e842c74be5e9d0d879a34a34e52efddfbe /src/map.h
parentd10627a77fe022263e2319be282fbec68e713545 (diff)
downloadminetest-c51fef56a89d91f1c014aeb14cc0b3f9d22d81f8.tar.gz
minetest-c51fef56a89d91f1c014aeb14cc0b3f9d22d81f8.tar.bz2
minetest-c51fef56a89d91f1c014aeb14cc0b3f9d22d81f8.zip
default setting change, random tinkering
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map.h b/src/map.h
index 5b04ae9d1..edfe5ef2a 100644
--- a/src/map.h
+++ b/src/map.h
@@ -143,10 +143,10 @@ public:
*/
JMutexAutoLock * waitCaches()
{
- dstream<<"waitCaches() begin"<<std::endl;
+ //dstream<<"waitCaches() begin"<<std::endl;
JMutexAutoLock waitcachelock(m_waitcache_mutex);
JMutexAutoLock *lock = new JMutexAutoLock(m_cache_mutex);
- dstream<<"waitCaches() end"<<std::endl;
+ //dstream<<"waitCaches() end"<<std::endl;
return lock;
}