From ef460687930396a0348ff3843f80f9fff3888684 Mon Sep 17 00:00:00 2001 From: lordwelch Date: Fri, 10 Nov 2017 14:35:03 -0700 Subject: [PATCH] Missed some printfs --- main.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.go b/main.go index d31b54f..1c9ab7b 100644 --- a/main.go +++ b/main.go @@ -40,8 +40,6 @@ const ( func Press(press [8]byte, file io.Writer) { binary.Write(file, binary.BigEndian, press[:]) binary.Write(file, binary.BigEndian, [8]byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}) - - fmt.Println([8]byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}) } func Hold(press [8]byte, file io.Writer) { @@ -139,7 +137,7 @@ func main() { T.Close() } } - fmt.Println(keys) + //fmt.Println(keys) for { var ( r rune