diff --git a/src/ChunkInfo.cpp b/src/ChunkInfo.cpp index 86e2ff0d1a..ba0e19a166 100644 --- a/src/ChunkInfo.cpp +++ b/src/ChunkInfo.cpp @@ -441,8 +441,6 @@ namespace chunk_assignment outer_loop:; } - std::cout << "BYCOBOIDSLICE assigned " << res.assigned.size() << " chunks" << std::endl; - return res.assigned; }