Skip to content

Commit 112fd4a

Browse files
authored
Merge pull request #2020 from mgeisler/patch-1
Remove spammy `debug!` log from `path_to_root`
2 parents 3966498 + c150529 commit 112fd4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/fs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ pub fn write_file<P: AsRef<Path>>(build_dir: &Path, filename: P, content: &[u8])
3838
/// Consider [submitting a new issue](https://github.com/rust-lang/mdBook/issues)
3939
/// or a [pull-request](https://github.com/rust-lang/mdBook/pulls) to improve it.
4040
pub fn path_to_root<P: Into<PathBuf>>(path: P) -> String {
41-
debug!("path_to_root");
4241
// Remove filename and add "../" for every directory
4342

4443
path.into()

0 commit comments

Comments
 (0)