Stop printing out chunk location

This commit is contained in:
Piotr Korgól 2019-06-19 17:02:22 +02:00 committed by Joshua Barretto
parent dd22133f85
commit 664cbaf7d1

View File

@ -57,12 +57,6 @@ impl SessionState {
}
}
// 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(())
}