Comment out re-bucketing

This commit is contained in:
Matt Nadareski
2024-06-30 00:08:46 -04:00
parent 397f8019a0
commit fbc13c0018

View File

@@ -148,7 +148,7 @@ namespace SabreTools.DatTools
continue; continue;
// Ensure we are sorted correctly (some other calls can change this) // Ensure we are sorted correctly (some other calls can change this)
datFile.Items.BucketBy(ItemKey.SHA1, DedupeType.None); //datFile.Items.BucketBy(ItemKey.SHA1, DedupeType.None);
// If there are no items in the hash, we continue // If there are no items in the hash, we continue
var items = datFile.Items[hash]; var items = datFile.Items[hash];