Remove a print-statement

This commit is contained in:
2022-01-06 18:32:54 -05:00
parent f5b7712c64
commit 9c00853eeb

View File

@@ -183,7 +183,6 @@ void World::diff_luatabs(int64_t actor_id, World *master, StreamBuffer *xsb) {
// Calculate the set of close tangibles.
util::IdVector closetans = master->get_near(actor_id, RadiusClose, true, false);
std::cerr << "Master closetans=" << util::id_vector_debug_string(closetans) << std::endl;
assert(get_near(actor_id, RadiusClose, true, false) == closetans);
util::HashValue closehash = util::hash_id_vector(closetans);