Remove debug statements.

This commit is contained in:
Anna Rose Wiggins 2025-09-14 20:37:49 -04:00
parent 2650159a81
commit 62befa045a
2 changed files with 0 additions and 2 deletions

View file

@ -117,7 +117,6 @@ func (target *RuleTargetAxis) NormalizeValue(value int32) int32 {
}
func (target *RuleTargetAxis) CreateEvent(value int32, mode *string) *evdev.InputEvent {
fmt.Println("DEBUG: Emitting event")
value = Clamp(value, AxisValueMin, AxisValueMax)
return &evdev.InputEvent{
Type: evdev.EV_ABS,