Remove some logspam, oops

This commit is contained in:
Henrik Rydgård
2022-11-24 12:47:13 +01:00
parent 1a3f4f281d
commit 75040f0cb1
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -583,7 +583,6 @@ void JoystickHistoryView::Update() {
AnalogSetupScreen::AnalogSetupScreen(const Path &gamePath) : UIDialogScreenWithGameBackground(gamePath) {
mapper_.SetCallbacks([](int vkey) {}, [](int vkey) {}, [&](int stick, float x, float y) {
NOTICE_LOG(COMMON, "analog value from mapper: %f %f", x, y);
analogX_[stick] = x;
analogY_[stick] = y;
});