mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 09:55:45 +00:00
configure_graphics: Remove redundant log
This commit is contained in:
parent
b17ab4d1d5
commit
5d84eebd84
1 changed files with 0 additions and 1 deletions
|
@ -244,7 +244,6 @@ void ConfigureGraphics::SetConfiguration() {
|
||||||
}();
|
}();
|
||||||
|
|
||||||
if (!widget->Valid()) {
|
if (!widget->Valid()) {
|
||||||
LOG_DEBUG(Frontend, "Deleted widget for \"{}\"", setting->GetLabel());
|
|
||||||
delete widget;
|
delete widget;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue