src/conf.rs: Remove debug! prints

master
Manos Pitsidianakis 2020-06-09 17:20:30 +03:00
parent 9f30cd6bbc
commit 05c6c19889
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
1 changed files with 0 additions and 2 deletions

View File

@ -781,9 +781,7 @@ mod pp {
let mut p = Path::new(sub_path).expand();
if p.is_relative() {
/* We checked that path is ok above so we can do unwrap here */
debug!(path);
let prefix = path.parent().unwrap();
debug!(prefix);
p = prefix.join(p)
}