Preserves incoming links on deindex.

master
Luka Vandervelden 2020-10-29 18:03:46 +01:00
parent db7fddb803
commit 4792d8878f
1 changed files with 0 additions and 2 deletions

View File

@ -64,8 +64,6 @@ class DODB::DirectedGraph(V) < DODB::Indexer(V)
::File.delete symlink if ::File.exists? symlink
end
::FileUtils.rm_r indexing_directory current_node
end
# FIXME: Heavy duplication down below.