Chore: some cleanup

This commit is contained in:
2025-06-10 15:51:00 +09:00
parent 815a9eb863
commit 6a349dddfa
3 changed files with 0 additions and 3 deletions

View File

@@ -30,7 +30,6 @@ public class Hitomi {
for (JsonNode node : files) {
String fileHash = node.get("hash").asText();
// Boolean hasAvif = node.get("hasavif").asBoolean();
galleryData.add(fileHash);
}