This commit is contained in:
suyl
2021-07-22 11:59:57 +08:00
parent 30f59387e4
commit 03a0294e9c

View File

@@ -380,7 +380,6 @@ func HandleTcpMessages() {
select {
case data, _ := <-printMsgCallbackChan:
changePrintMsg(data)
default:
break Loop
}
}