mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 12:22:57 +08:00
Remove temporary logging
This commit is contained in:
parent
e058214346
commit
c66e50ac55
@ -132,16 +132,8 @@ namespace osu.Game.Audio.Effects
|
||||
{
|
||||
base.Dispose(isDisposing);
|
||||
|
||||
try
|
||||
{
|
||||
if (mixer.Effects.Contains(filter))
|
||||
detachFilter();
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Logger.Log($"Exception in audio filter disposal: {e}");
|
||||
throw;
|
||||
}
|
||||
if (mixer.Effects.Contains(filter))
|
||||
detachFilter();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user