diff --git a/src/conf.rs b/src/conf.rs index 3da36cdb..2a2bdc07 100644 --- a/src/conf.rs +++ b/src/conf.rs @@ -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) }