From 6259722fb45231ddcff05d6b43f1d513cd71f617 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 10 Sep 2018 19:59:11 +0200 Subject: Remove left over debug log entry Signed-off-by: Florian Pritz --- lib/App/BorgRestore/PathTimeTable/DB.pm | 1 - 1 file changed, 1 deletion(-) 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}; -- cgit v1.2.3-24-g4f1b