Update comments

This commit is contained in:
Alex Ling
2021-09-18 02:24:50 +00:00
parent 3f73591dd4
commit 16397050dd
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -438,7 +438,6 @@ class Storage
get_db do |db|
# Detect dangling entry IDs
trash_ids = [] of String
# Use query builder instead?
query = "select path, id from ids where unavailable = 0"
unless ids_candidates.nil?
query += " and id in (#{ids_candidates.join "," { |i| "'#{i}'" }})"