diff options
author | Perttu Ahola <celeron55@gmail.com> | 2012-01-27 14:53:54 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-03-27 19:01:52 +0300 |
commit | d629f4d2fbb14476d19a5da55035efdeeacc3a42 (patch) | |
tree | 3f422298cc91e19a1e746cde7669539d9c164d4b | |
parent | 6f20a7378257d09a15cce675ed7ec8363e5f3b42 (diff) | |
download | minetest-d629f4d2fbb14476d19a5da55035efdeeacc3a42.tar.gz minetest-d629f4d2fbb14476d19a5da55035efdeeacc3a42.tar.bz2 minetest-d629f4d2fbb14476d19a5da55035efdeeacc3a42.zip |
Remove some debug output
-rw-r--r-- | src/map.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/map.cpp b/src/map.cpp index 2625cbad5..2467c33e5 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -694,7 +694,7 @@ void Map::updateLighting(enum LightBank bank, int num_bottom_invalid = 0; { - TimeTaker t("first stuff"); + //TimeTaker t("first stuff"); core::map<v3s16, MapBlock*>::Iterator i; i = a_blocks.getIterator(); @@ -798,8 +798,6 @@ void Map::updateLighting(enum LightBank bank, } - infostream<<"num_bottom_invalid="<<num_bottom_invalid<<std::endl; - /* Enable this to disable proper lighting for speeding up map generation for testing or whatever |