From 093fdaaecfeb9047bba5288f8410bb47855ac823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=9F=E8=92=BB?= Date: Sat, 23 Aug 2025 18:57:05 +0800 Subject: [PATCH] cleanup code --- pkg/protocol/slot/display/slot/slot_display.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/protocol/slot/display/slot/slot_display.go b/pkg/protocol/slot/display/slot/slot_display.go index b9ea80b..dc1a877 100644 --- a/pkg/protocol/slot/display/slot/slot_display.go +++ b/pkg/protocol/slot/display/slot/slot_display.go @@ -1,7 +1,6 @@ package slot import ( - "fmt" "io" "git.konjactw.dev/patyhank/minego/pkg/protocol/slot" @@ -79,7 +78,6 @@ func (s *Display) ReadFrom(r io.Reader) (n int64, err error) { } s.SlotDisplay = &composite } - fmt.Println(s.SlotDisplay) return }