Remove debug and update documentation.
This commit is contained in:
parent
c40bf05461
commit
3b609bf37f
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue