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 4644199f1b
commit 5f09e75541

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