mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add logging TODO to ShouldIgnore
This commit is contained in:
@@ -545,6 +545,8 @@ namespace SabreTools.DatFiles
|
|||||||
/// <returns>True if the item should be skipped on write, false otherwise</returns>
|
/// <returns>True if the item should be skipped on write, false otherwise</returns>
|
||||||
protected bool ShouldIgnore(DatItem datItem, bool ignoreBlanks)
|
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 the item is supposed to be removed, we ignore
|
||||||
if (datItem.Remove)
|
if (datItem.Remove)
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user