refactor: Remove commented code 📦

This commit is contained in:
Dheepak Krishnamurthy 2021-10-27 16:17:21 -06:00
parent 863ed2f230
commit dff64defa3

View file

@ -4254,7 +4254,6 @@ mod tests {
app.mode = Mode::Tasks(Action::ContextMenu);
app.task_report_next();
// app.context_next();
app.update(true).unwrap();
let backend = TestBackend::new(80, 10);