Remove instrumentation from page::load_recursive
This commit is contained in:
parent
14a46827f1
commit
ce729dbbeb
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue