소스 검색

configure_graphics: Remove redundant log

lat9nq 3 년 전
부모
커밋
640e7db60e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/yuzu/configuration/configure_graphics.cpp

+ 0 - 1
src/yuzu/configuration/configure_graphics.cpp

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