misc: [ci skip] remove duplicate log when setting audio backend

This commit is contained in:
GreemDev 2025-11-08 00:18:23 -06:00
parent ed89ffd3f8
commit 1dac06e394

View file

@ -817,8 +817,6 @@ namespace Ryujinx.Ava.UI.ViewModels
if (audioBackend != config.System.AudioBackend.Value) if (audioBackend != config.System.AudioBackend.Value)
{ {
config.System.AudioBackend.Value = audioBackend; config.System.AudioBackend.Value = audioBackend;
Logger.Info?.Print(LogClass.Application, $"AudioBackend toggled to: {audioBackend}");
} }
config.System.AudioVolume.Value = Volume / 100; config.System.AudioVolume.Value = Volume / 100;