diff --git a/src/main.rs b/src/main.rs index 66e5731..e8a1524 100644 --- a/src/main.rs +++ b/src/main.rs @@ -652,11 +652,6 @@ async fn main() -> Result<()> { if dots > 1 { info!("Moving up {} tasks", dots - 1) } - } else if let Ok(depth) = slice.parse::() { - if pos != tasks.get_position_ref() { - tasks.move_to(pos.cloned()); - } - tasks.set_depth(depth); } else { let mut transform: Box String> = Box::new(|s: &str| s.to_string()); if !slice.chars().any(|c| c.is_ascii_uppercase()) {