chore: remove prototyping comment
This commit is contained in:
20
src/main.rs
20
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:#?}");
|
||||
*/
|
||||
}
|
||||
}),
|
||||
_ => (),
|
||||
|
||||
Reference in New Issue
Block a user