fix 日志打印
This commit is contained in:
parent
52f2c1aecf
commit
e713cc12d0
|
@ -172,6 +172,8 @@ func readConn(conn net.Conn, readChan chan<- []byte, stopChan chan<- bool) {
|
|||
// log.Println("yunhorndeug.push.data.tcp.type",dataType)
|
||||
// log.Println("yunhorndeug.push.data.tcp.values",values)
|
||||
|
||||
buffer := new(bytes.Buffer)
|
||||
|
||||
// var buffer bytes.Buffer
|
||||
// buffer.Write(addrs)
|
||||
// buffer.Write(dataType)
|
||||
|
|
Loading…
Reference in New Issue