mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
Remove draw_debug
This commit is contained in:
parent
9456a04e25
commit
b19d7d5612
1 changed files with 0 additions and 1 deletions
|
@ -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>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue