src/conf.rs: Remove debug! prints

pull/234/head
Manos Pitsidianakis 4 years ago
parent 9f30cd6bbc
commit 05c6c19889
No known key found for this signature in database
GPG Key ID: 73627C2F690DF710

@ -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)
}

Loading…
Cancel
Save