Skip to content

Commit

Permalink
Removed Debug-Only from StillUnloadingACLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
TBN-MapleWheels authored and evilfactory committed Oct 6, 2023
1 parent 523ee8d commit 3c48102
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public partial class AssemblyManager
/// </summary>
public event Action<Guid> OnACLUnload;

#if DEBUG

/// <summary>
/// [DEBUG ONLY]
Expand All @@ -72,8 +71,6 @@ public ImmutableList<WeakReference<MemoryFileAssemblyContextLoader>> StillUnload
}
}

#endif


// ReSharper disable once MemberCanBePrivate.Global
/// <summary>
Expand Down

0 comments on commit 3c48102

Please sign in to comment.