summaryrefslogtreecommitdiff
path: root/src/clientiface.cpp
diff options
context:
space:
mode:
authorLars Hofhansl <larsh@apache.org>2017-11-29 22:55:37 -0800
committerLars Hofhansl <larsh@apache.org>2017-11-29 22:55:37 -0800
commitf4fedfed070ffd85c3446bc5d38d2fbd577640d6 (patch)
tree93511d60304dd9acd5864cdb23c6c6437a2ccb0c /src/clientiface.cpp
parent8b1a844e6909057e74486a8fdb781497990d65fd (diff)
downloadminetest-f4fedfed070ffd85c3446bc5d38d2fbd577640d6.tar.gz
minetest-f4fedfed070ffd85c3446bc5d38d2fbd577640d6.tar.bz2
minetest-f4fedfed070ffd85c3446bc5d38d2fbd577640d6.zip
Turn off verbose info message introduced accidentally with ae9b1aa
Diffstat (limited to 'src/clientiface.cpp')
-rw-r--r--src/clientiface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientiface.cpp b/src/clientiface.cpp
index 8e469cafb..a3c44fb9e 100644
--- a/src/clientiface.cpp
+++ b/src/clientiface.cpp
@@ -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);