mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove now-unused static logger from DatItemTool
This commit is contained in:
@@ -4,21 +4,11 @@ using SabreTools.FileTypes;
|
||||
using SabreTools.FileTypes.Aaru;
|
||||
using SabreTools.FileTypes.CHD;
|
||||
using SabreTools.IO.Extensions;
|
||||
using SabreTools.IO.Logging;
|
||||
|
||||
namespace SabreTools.DatItems
|
||||
{
|
||||
public static class DatItemTool
|
||||
{
|
||||
#region Logging
|
||||
|
||||
/// <summary>
|
||||
/// Static logger for static methods
|
||||
/// </summary>
|
||||
private static readonly Logger staticLogger = new();
|
||||
|
||||
#endregion
|
||||
|
||||
#region Creation
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user