Stopped printing chunk location every frame

This commit is contained in:
Joshua Barretto 2019-06-15 13:44:50 +01:00
parent bab7746a8a
commit 73e999af87

View File

@ -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(())
}