Skip to content

Commit 118f7db

Browse files
committed
Remove debug code
1 parent 1f6612a commit 118f7db

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/port/ui/GhostshipMenuSettings.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ void GhostshipMenu::AddMenuSettings() {
129129
.CVar(CVAR_SWITCH_PERF_MODE)
130130
.RaceDisable(false)
131131
.Callback([](WidgetInfo& info) {
132-
SPDLOG_INFO("----> GUI widget onChange");
133132
Ship::Switch::ApplyOverclock();
134133
})
135134
.Options(ComboboxOptions()

0 commit comments

Comments
 (0)