Skip to content

Commit

Permalink
refactor: 去掉调试的日志
Browse files Browse the repository at this point in the history
  • Loading branch information
cuteLittleDevil committed Oct 27, 2024
1 parent 83ad132 commit de846bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ func (c *connection) reader() {
}
for _, msg := range msgs {
command := consts.JT808CommandType(msg.JTMessage.Header.ID)
fmt.Println(uint16(command), command.String())
if handler, ok := c.handles[command]; ok {
msg.Handler = handler
msg.OnReadExecutionEvent(msg)
Expand Down

0 comments on commit de846bb

Please sign in to comment.