Removed debug printing

This commit is contained in:
Joshua Barretto 2019-07-01 14:37:32 +01:00
parent c8a2e4722c
commit 90566243ca

View File

@ -122,9 +122,6 @@ impl Terrain {
}
if neighbours {
if modified {
println!("MODIFIED: {:?}", pos);
}
self.mesh_todo.insert(pos, ChunkMeshState {
pos,
started_tick: current_tick,
@ -186,8 +183,6 @@ impl Terrain {
let send = self.mesh_send_tmp.clone();
let pos = todo.pos;
println!("SPAWN: {:?}", todo.pos);
// Queue the worker thread.
client.thread_pool().execute(move || {
let _ = send.send(mesh_worker(