Explorar o código

Remove log.Println from input capture handler

ayn2op %!s(int64=3) %!d(string=hai) anos
pai
achega
016ce8d601
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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)