fix 日志打印
This commit is contained in:
parent
e713cc12d0
commit
5d693d27f8
|
@ -172,7 +172,7 @@ 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)
|
||||
buffer = new(bytes.Buffer)
|
||||
|
||||
// var buffer bytes.Buffer
|
||||
// buffer.Write(addrs)
|
||||
|
|
Loading…
Reference in New Issue