diff options
| author | 2023-05-08 23:55:34 -0400 | |
|---|---|---|
| committer | 2023-07-21 10:56:07 -0400 | |
| commit | 640e7db60e768da34c11c14afd0821e4f43e86de (patch) | |
| tree | 885775454d24ffbf6c9de1bcb0172d7b7eebfed3 /src | |
| parent | configuration: Move CreateWidget to a class (diff) | |
| download | yuzu-640e7db60e768da34c11c14afd0821e4f43e86de.tar.gz yuzu-640e7db60e768da34c11c14afd0821e4f43e86de.tar.xz yuzu-640e7db60e768da34c11c14afd0821e4f43e86de.zip | |
configure_graphics: Remove redundant log
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/configure_graphics.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_graphics.cpp b/src/yuzu/configuration/configure_graphics.cpp index 093e33625..0b21f80f5 100644 --- a/src/yuzu/configuration/configure_graphics.cpp +++ b/src/yuzu/configuration/configure_graphics.cpp | |||
| @@ -244,7 +244,6 @@ void ConfigureGraphics::SetConfiguration() { | |||
| 244 | }(); | 244 | }(); |
| 245 | 245 | ||
| 246 | if (!widget->Valid()) { | 246 | if (!widget->Valid()) { |
| 247 | LOG_DEBUG(Frontend, "Deleted widget for \"{}\"", setting->GetLabel()); | ||
| 248 | delete widget; | 247 | delete widget; |
| 249 | continue; | 248 | continue; |
| 250 | } | 249 | } |