forgot a debug print

This commit is contained in:
caue 2020-03-29 01:27:29 -03:00
parent bc4437b7a5
commit 9f960b4d26

View File

@ -198,7 +198,6 @@ func Register(when uint8, cmds []string, cb func(Event)) {
tmp = append(tmp, Keycode[v]) tmp = append(tmp, Keycode[v])
} }
keys[key] = tmp keys[key] = tmp
fmt.Println(tmp)
cbs[key] = cb cbs[key] = cb
events[when] = append(events[when], key) events[when] = append(events[when], key)
return return