summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/hashl4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/hashl b/bin/hashl
index 4877e87..344dd9d 100755
--- a/bin/hashl
+++ b/bin/hashl
@@ -173,10 +173,6 @@ sub db_update {
sub db_ignore {
my ($file, $path) = @_;
- if ($hashl->file_in_db($path)) {
- return;
- }
-
$hashl->ignore($path);
}