From acea73cb40ac4073211288af003b6c19fc755e1a Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Tue, 26 Mar 2024 15:31:16 -0300 Subject: [PATCH] chore: remove prototyping comment --- src/main.rs | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/main.rs b/src/main.rs index f80ba6b..e30d0e2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -79,26 +79,6 @@ fn main() { } } }; - - /* - if link.url.starts_with("https://") || link.url.starts_with("http://") { - return; - } - - let file = match mdparser::links::find_path(link, &vault_root.to_path_buf()) { - Ok(f) => f, - Err(_) => { - if !not_remove_unfound { - node.children().for_each(|t| node.insert_before(t)); - node.detach(); - } - return; - } - }; - - let n = node.parent(); - println!("{n:#?}"); - */ } }), _ => (),