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
|
||||
|
||||
/// <summary>
|
||||
/// Logging object
|
||||
/// </summary>
|
||||
[JsonIgnore, XmlIgnore]
|
||||
protected Logger logger;
|
||||
|
||||
/// <summary>
|
||||
/// Static logger for static methods
|
||||
/// </summary>
|
||||
[JsonIgnore, XmlIgnore]
|
||||
protected static Logger staticLogger = new();
|
||||
protected static readonly Logger staticLogger = new();
|
||||
|
||||
#endregion
|
||||
|
||||
@@ -172,8 +166,6 @@ namespace SabreTools.DatItems
|
||||
{
|
||||
_internal = new Models.Metadata.Blank();
|
||||
SetFieldValue<Machine>(DatItem.MachineKey, new Machine());
|
||||
|
||||
logger = new Logger(this);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user