summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-09-10 19:59:11 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-09-10 19:59:11 +0200
commit6259722fb45231ddcff05d6b43f1d513cd71f617 (patch)
tree02dba71ee8584cbbdbb2ceafffac116bea5f54ee
parent2e6bbd753f2fa0a4727b67fd5278fd4f0e0cee39 (diff)
downloadApp-BorgRestore-6259722fb45231ddcff05d6b43f1d513cd71f617.tar.gz
App-BorgRestore-6259722fb45231ddcff05d6b43f1d513cd71f617.tar.xz
Remove left over debug log entry
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--lib/App/BorgRestore/PathTimeTable/DB.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/App/BorgRestore/PathTimeTable/DB.pm b/lib/App/BorgRestore/PathTimeTable/DB.pm
index de0b861..71c2804 100644
--- a/lib/App/BorgRestore/PathTimeTable/DB.pm
+++ b/lib/App/BorgRestore/PathTimeTable/DB.pm
@@ -88,7 +88,6 @@ method _add_path_to_db($archive_id, $path,$time) {
method save_nodes() {
# flush remaining paths to the DB
my $old_cache_path = $self->{current_path_in_cache};
- $log->debugf("cache content %s", $old_cache_path);
while ((my $slash_index = rindex($old_cache_path, "/")) != -1) {
$self->{stats}->{cache_invalidation_loop_iterations}++;
my $removed_time = delete $self->{cache}->{$old_cache_path};