Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
f01c33 committed May 18, 2024
1 parent 182aef1 commit caf2ac4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package main

import (
"fmt"
"log"
"runtime"
"time"
Expand Down Expand Up @@ -127,7 +126,6 @@ func main() {
hidden = !hidden
}
if ev.Kind == hook.KeyDown && !hidden {
fmt.Println(string(ev.Keychar), ev.Keycode, ev.Rawcode)
if ev.Rawcode == 'w' || ev.Rawcode == 'k' || ev.Rawcode == 65362 /*🠕*/ {
mY = (UY + DY) / 2
DY = mY
Expand Down

0 comments on commit caf2ac4

Please sign in to comment.