diff --git a/src/utils/fs.rs b/src/utils/fs.rs index 0d6f3837..67f7062d 100644 --- a/src/utils/fs.rs +++ b/src/utils/fs.rs @@ -38,7 +38,6 @@ pub fn write_file>(build_dir: &Path, filename: P, content: &[u8]) /// Consider [submitting a new issue](https://github.com/rust-lang/mdBook/issues) /// or a [pull-request](https://github.com/rust-lang/mdBook/pulls) to improve it. pub fn path_to_root>(path: P) -> String { - debug!("path_to_root"); // Remove filename and add "../" for every directory path.into()