cleanup code

This commit is contained in:
2025-08-23 18:57:05 +08:00
parent 680d399c2d
commit 093fdaaecf

View File

@ -1,7 +1,6 @@
package slot package slot
import ( import (
"fmt"
"io" "io"
"git.konjactw.dev/patyhank/minego/pkg/protocol/slot" "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 s.SlotDisplay = &composite
} }
fmt.Println(s.SlotDisplay)
return return
} }