Skip to content

Commit 1be440b

Browse files
committed
logic: Remove pack print
1 parent 92a1004 commit 1be440b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

logic/LogicServer.go

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package logic
33
import (
44
"bufio"
55
"encoding/binary"
6-
"fmt"
76
"io"
87
"log"
98
"net"
@@ -51,7 +50,6 @@ func (s *LogicServer) Shutdown() {
5150
pack.SetMethod(common.OnShutdown)
5251
pack.WriteInt(second)
5352
handlers.Broadcast(pack.ToByteBuff())
54-
fmt.Printf("pack: %v\n", pack)
5553
})
5654
}
5755
}

0 commit comments

Comments
 (0)