diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-09-10 19:59:11 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-09-10 19:59:11 +0200 |
commit | 6259722fb45231ddcff05d6b43f1d513cd71f617 (patch) | |
tree | 02dba71ee8584cbbdbb2ceafffac116bea5f54ee /lib/App/BorgRestore | |
parent | 2e6bbd753f2fa0a4727b67fd5278fd4f0e0cee39 (diff) | |
download | App-BorgRestore-6259722fb45231ddcff05d6b43f1d513cd71f617.tar.gz App-BorgRestore-6259722fb45231ddcff05d6b43f1d513cd71f617.tar.xz |
Remove left over debug log entry
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'lib/App/BorgRestore')
-rw-r--r-- | lib/App/BorgRestore/PathTimeTable/DB.pm | 1 |
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}; |