mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Stopped printing chunk location every frame
This commit is contained in:
parent
bab7746a8a
commit
73e999af87
@ -69,11 +69,13 @@ impl SessionState {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Get rid of this
|
||||
// TODO: Get rid of this when we're done with it (we're not yet)
|
||||
/*
|
||||
match self.client.borrow().current_chunk() {
|
||||
Some(chunk) => println!("Chunk location: {:?}", chunk.meta().name()),
|
||||
None => {}
|
||||
}
|
||||
*/
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user