configure_graphics: Remove redundant log
This commit is contained in:
parent
f66d617107
commit
640e7db60e
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue