mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-18 06:10:35 +00:00
configure_graphics: Remove redundant log
This commit is contained in:
@@ -244,7 +244,6 @@ void ConfigureGraphics::SetConfiguration() {
|
||||
}();
|
||||
|
||||
if (!widget->Valid()) {
|
||||
LOG_DEBUG(Frontend, "Deleted widget for \"{}\"", setting->GetLabel());
|
||||
delete widget;
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user