Skip to content

Commit

Permalink
Remove extra debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lgt2x committed Oct 27, 2024
1 parent 8879f62 commit 12ab2a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ddio/sdlcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1364,8 +1364,6 @@ float sdlgameController::get_trigger_value(int8_t controller, uint8_t axis, ct_f
LOG_WARNING << "unsupported format for function sdlgameController::get_trigger_value.";
}

LOG_DEBUG << "Axis " << axis << " value is " << val << " raw " << axisval;

return val;
}
// do some pov stuff
Expand Down

0 comments on commit 12ab2a7

Please sign in to comment.