mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove unused logger object
This commit is contained in:
@@ -15,7 +15,6 @@ using SabreTools.Core.Tools;
|
|||||||
using SabreTools.DatItems;
|
using SabreTools.DatItems;
|
||||||
using SabreTools.DatItems.Formats;
|
using SabreTools.DatItems.Formats;
|
||||||
using SabreTools.Hashing;
|
using SabreTools.Hashing;
|
||||||
using SabreTools.IO.Logging;
|
|
||||||
using SabreTools.Matching.Compare;
|
using SabreTools.Matching.Compare;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -129,11 +128,6 @@ namespace SabreTools.DatFiles
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private ItemKey _bucketedBy = ItemKey.NULL;
|
private ItemKey _bucketedBy = ItemKey.NULL;
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Logging object
|
|
||||||
/// </summary>
|
|
||||||
private readonly Logger _logger;
|
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Fields
|
#region Fields
|
||||||
@@ -164,10 +158,7 @@ namespace SabreTools.DatFiles
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Generic constructor
|
/// Generic constructor
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public ItemDictionaryDB()
|
public ItemDictionaryDB() { }
|
||||||
{
|
|
||||||
_logger = new Logger(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
#region Accessors
|
#region Accessors
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user