From 9f960b4d26a8308d3b4daae85eb4b3948d36fffe Mon Sep 17 00:00:00 2001 From: caue Date: Sun, 29 Mar 2020 01:27:29 -0300 Subject: [PATCH] forgot a debug print --- hook.go | 1 - 1 file changed, 1 deletion(-) 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