mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Removed debug printing
This commit is contained in:
parent
c8a2e4722c
commit
90566243ca
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user