diff --git a/hook.go b/hook.go index 69c3d92..2044d54 100644 --- a/hook.go +++ b/hook.go @@ -198,7 +198,6 @@ func Register(when uint8, cmds []string, cb func(Event)) { tmp = append(tmp, Keycode[v]) } keys[key] = tmp - fmt.Println(tmp) cbs[key] = cb events[when] = append(events[when], key) return