Remove debug logging
Some checks are pending
Build and Release / reuse (push) Waiting to run
Build and Release / clang-format (push) Waiting to run
Build and Release / get-info (push) Waiting to run
Build and Release / windows-sdl (push) Blocked by required conditions
Build and Release / macos-sdl (push) Blocked by required conditions
Build and Release / linux-sdl (push) Blocked by required conditions
Build and Release / linux-sdl-gcc (push) Blocked by required conditions
Build and Release / pre-release (push) Blocked by required conditions

This commit is contained in:
kalaposfos13 2025-12-02 09:50:11 +01:00
parent dc6013cf0e
commit b135a056ba

View File

@ -111,7 +111,6 @@ void EmulateTouchpad(GameController* controller, u32 interval) {
void ApplyMouseInputBlockers() {
switch (mouse_mode) {
case MouseMode::Touchpad:
LOG_INFO(Input, "Blocking mouse inputs");
for (auto& k : pressed_keys) {
if (k.first.input.sdl_id == SDL_BUTTON_LEFT ||
k.first.input.sdl_id == SDL_BUTTON_RIGHT) {