Remove debug statements.
This commit is contained in:
parent
2650159a81
commit
62befa045a
2 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue