diff --git a/SabreTools.DatFiles/DatFile.cs b/SabreTools.DatFiles/DatFile.cs index 52ff123d..c181a17f 100644 --- a/SabreTools.DatFiles/DatFile.cs +++ b/SabreTools.DatFiles/DatFile.cs @@ -545,6 +545,8 @@ namespace SabreTools.DatFiles /// True if the item should be skipped on write, false otherwise 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;