summaryrefslogtreecommitdiffstats
path: root/src/repository/repository.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/repository/repository.rs')
-rw-r--r--src/repository/repository.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/repository/repository.rs b/src/repository/repository.rs
index f9651a7..170c2b0 100644
--- a/src/repository/repository.rs
+++ b/src/repository/repository.rs
@@ -150,9 +150,6 @@ impl Repository {
.map_ok(|patch| path_relative_to_root.join(patch))
.inspect(|patch| trace!("Patch relative to root: {:?}", patch.as_ref().map(|p| p.display())))
- .map_ok(|patch| root.join(patch))
- .inspect(|patch| trace!("Patch absolute: {:?}", patch.as_ref().map(|p| p.display())))
-
// if the patch file exists, use it (as config::Value).
//
// Otherwise we have an error here, because we're refering to a non-existing file.