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;
|
||||
}
|
||||
|
|
Reference in New Issue