Skip to content

Commit 815a791

Browse files
committed
refactor: remove unused port listing in checkCmd function
1 parent 7e34071 commit 815a791

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hub.go

-2
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ func (hub *hub) checkCmd(m []byte) {
216216
// will catch send and sendnobuf and sendraw
217217
go hub.spWrite(s)
218218
} else if strings.HasPrefix(sl, "list") {
219-
// ports := hub.serialPortList.List()
220-
// send to websockets the ports
221219
go hub.serialPortList.List()
222220
} else if strings.HasPrefix(sl, "downloadtool") {
223221
go func() {

0 commit comments

Comments
 (0)