ソースを参照

main: remove fmt.Println()

rigormorrtiss 4 年 前
コミット
45b6b92737
1 ファイル変更0 行追加2 行削除
  1. 0 2
      discordo.go

+ 0 - 2
discordo.go

@@ -2,7 +2,6 @@ package main
 
 import (
 	"context"
-	"fmt"
 	"sort"
 
 	"github.com/99designs/keyring"
@@ -78,7 +77,6 @@ func main() {
 }
 
 func onAppInputCapture(e *tcell.EventKey) *tcell.EventKey {
-	fmt.Println(e.Name(), e.Key(), e.Modifiers())
 	switch e.Name() {
 	case "Alt+Rune[1]":
 		app.SetFocus(guildsDropDown)