mirror of
https://git.meli.delivery/meli/meli
synced 2024-11-03 09:40:15 +00:00
src/conf.rs: Remove debug! prints
This commit is contained in:
parent
9f30cd6bbc
commit
05c6c19889
@ -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…
Reference in New Issue
Block a user