mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove unused Logger from DatItem
This commit is contained in:
@@ -97,17 +97,11 @@ namespace SabreTools.DatItems
|
|||||||
|
|
||||||
#region Logging
|
#region Logging
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Logging object
|
|
||||||
/// </summary>
|
|
||||||
[JsonIgnore, XmlIgnore]
|
|
||||||
protected Logger logger;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Static logger for static methods
|
/// Static logger for static methods
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore, XmlIgnore]
|
[JsonIgnore, XmlIgnore]
|
||||||
protected static Logger staticLogger = new();
|
protected static readonly Logger staticLogger = new();
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
@@ -172,8 +166,6 @@ namespace SabreTools.DatItems
|
|||||||
{
|
{
|
||||||
_internal = new Models.Metadata.Blank();
|
_internal = new Models.Metadata.Blank();
|
||||||
SetFieldValue<Machine>(DatItem.MachineKey, new Machine());
|
SetFieldValue<Machine>(DatItem.MachineKey, new Machine());
|
||||||
|
|
||||||
logger = new Logger(this);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user