Add logging TODO to ShouldIgnore

This commit is contained in:
Matt Nadareski
2022-11-03 16:19:58 -07:00
parent 507be000a1
commit 4ea8abc1a4

View File

@@ -545,6 +545,8 @@ namespace SabreTools.DatFiles
/// <returns>True if the item should be skipped on write, false otherwise</returns>
protected bool ShouldIgnore(DatItem datItem, bool ignoreBlanks)
{
// TODO: Add non-error, non-warning logging to this method to capture ignore reasons
// If the item is supposed to be removed, we ignore
if (datItem.Remove)
return true;