Skip to content

Commit

Permalink
注释client251行println (Mrs4s#264)
Browse files Browse the repository at this point in the history
谁忘了注释这个println(≖_≖ )
  • Loading branch information
icarus-ai committed Mar 23, 2022
1 parent 665c6ac commit 868828f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ func NewClientMd5(uin int64, passwordMd5 [16]byte) *QQClient {
pings := make([]int64, len(cli.servers))
wg := sync.WaitGroup{}
wg.Add(len(cli.servers))
println(len(cli.servers))
// println(len(cli.servers))
for i := range cli.servers {
go func(index int) {
defer wg.Done()
Expand Down

0 comments on commit 868828f

Please sign in to comment.