Ver código fonte

Remove log.Println from input capture handler

ayn2op 3 anos atrás
pai
commit
016ce8d601
1 arquivos alterados com 0 adições e 3 exclusões
  1. 0 3
      main_flex.go

+ 0 - 3
main_flex.go

@@ -1,13 +1,10 @@
 package main
 
 import (
-	"log"
-
 	"github.com/gdamore/tcell/v2"
 )
 
 func onInputCapture(event *tcell.EventKey) *tcell.EventKey {
-	log.Println(event.Name())
 	switch event.Name() {
 	case cfg.Keys.GuildsTree.Focus:
 		app.SetFocus(guildsTree)