1
0
Fork 0

Remove instrumentation from page::load_recursive

This commit is contained in:
Adrian Hedqvist 2025-04-02 23:03:37 +02:00
parent 14a46827f1
commit ce729dbbeb
Signed by: tollyx
SSH key fingerprint: SHA256:NqZilNUilqR38F1LQMrz2E65ZsA621eT3lO+FqHS48Y

View file

@ -125,7 +125,6 @@ pub fn load_all(state: &AppState, root: &Path, folder: &Path) -> Result<HashMap<
Ok(pages)
}
#[instrument(skip(state, parent))]
fn load_recursive(
state: &AppState,
root: &Path,