Removed Debug-Only from StillUnloadingACLs.

This commit is contained in:
MapleWheels
2023-10-05 20:31:37 -04:00
committed by Evil Factory
parent 523ee8d641
commit 3c4810264c

View File

@@ -50,7 +50,6 @@ public partial class AssemblyManager
/// </summary>
public event Action<Guid> OnACLUnload;
#if DEBUG
/// <summary>
/// [DEBUG ONLY]
@@ -72,8 +71,6 @@ public partial class AssemblyManager
}
}
#endif
// ReSharper disable once MemberCanBePrivate.Global
/// <summary>