]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Turn off verbose info message introduced accidentally with ae9b1aa
authorLars Hofhansl <larsh@apache.org>
Thu, 30 Nov 2017 06:55:37 +0000 (22:55 -0800)
committerLars Hofhansl <larsh@apache.org>
Thu, 30 Nov 2017 06:55:37 +0000 (22:55 -0800)
src/clientiface.cpp

index 8e469cafbb7aad97e0eedc080f357a8e0f17ea99..a3c44fb9e17468532e545dd5e3792b76f4925ae9 100644 (file)
@@ -199,7 +199,7 @@ void RemoteClient::GetNextBlocks (
        const s16 full_d_max = std::min(adjustDist(m_max_send_distance, camera_fov), wanted_range);
        const s16 d_opt = std::min(adjustDist(m_block_optimize_distance, camera_fov), wanted_range);
        const s16 d_blocks_in_sight = full_d_max * BS * MAP_BLOCKSIZE;
-       infostream << "Fov from client " << camera_fov << " full_d_max " << full_d_max << std::endl;
+       //infostream << "Fov from client " << camera_fov << " full_d_max " << full_d_max << std::endl;
 
        s16 d_max = full_d_max;
        s16 d_max_gen = std::min(adjustDist(m_max_gen_distance, camera_fov), wanted_range);