Remove draw_debug

This commit is contained in:
Dheepak Krishnamurthy 2021-03-31 18:55:57 -06:00
parent 9456a04e25
commit b19d7d5612

View file

@ -325,7 +325,6 @@ impl TaskwarriorTuiApp {
| AppMode::TaskModify => self.draw_task(f),
AppMode::Calendar => self.draw_calendar(f),
}
self.draw_debug(f);
}
pub fn draw_debug(&mut self, f: &mut Frame<impl Backend>) {