configure_graphics: Remove redundant log

This commit is contained in:
lat9nq 2023-05-08 23:55:34 -04:00
parent f66d617107
commit 640e7db60e

View File

@ -244,7 +244,6 @@ void ConfigureGraphics::SetConfiguration() {
}();
if (!widget->Valid()) {
LOG_DEBUG(Frontend, "Deleted widget for \"{}\"", setting->GetLabel());
delete widget;
continue;
}