Remove debug and update documentation.

This commit is contained in:
Anna Rose Wiggins 2025-07-28 12:25:17 -04:00
parent c40bf05461
commit 3b609bf37f
2 changed files with 4 additions and 2 deletions

View file

@ -27,7 +27,7 @@ func (rule *MappingRuleAxisCombined) MatchEvent(device Device, event *evdev.Inpu
if !rule.MappingRuleBase.modeCheck(mode) ||
!(rule.InputLower.MatchEvent(device, event) ||
rule.InputUpper.MatchEvent(device, event)) {
logger.Log("DEBUG: Did not match event")
return nil, nil
}