Remove debug line

This commit is contained in:
Alexandre Bury 2018-06-26 13:27:51 -07:00
parent 70327a85e9
commit a31dd01e5e

View File

@ -710,8 +710,6 @@ impl Cursive {
///
/// [`run(&mut self)`]: #method.run
pub fn step(&mut self) {
let step_start = ::std::time::Instant::now();
// Do we need to redraw everytime?
// Probably, actually.
// TODO: Do we need to re-layout everytime?