mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-17 17:27:33 +01:00
configure_graphics: Remove redundant log
This commit is contained in:
parent
f66d617107
commit
640e7db60e
@ -244,7 +244,6 @@ void ConfigureGraphics::SetConfiguration() {
|
||||
}();
|
||||
|
||||
if (!widget->Valid()) {
|
||||
LOG_DEBUG(Frontend, "Deleted widget for \"{}\"", setting->GetLabel());
|
||||
delete widget;
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user