Removed Debug-Only from StillUnloadingACLs.
This commit is contained in:
committed by
Evil Factory
parent
523ee8d641
commit
3c4810264c
@@ -50,7 +50,6 @@ public partial class AssemblyManager
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public event Action<Guid> OnACLUnload;
|
public event Action<Guid> OnACLUnload;
|
||||||
|
|
||||||
#if DEBUG
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// [DEBUG ONLY]
|
/// [DEBUG ONLY]
|
||||||
@@ -72,8 +71,6 @@ public partial class AssemblyManager
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
// ReSharper disable once MemberCanBePrivate.Global
|
// ReSharper disable once MemberCanBePrivate.Global
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user