Commit 6819e01a authored by Node- 门 忠鑫's avatar Node- 门 忠鑫

# 去掉输出

parent 40835266
......@@ -66,7 +66,6 @@ func msgInfluxProcess(traceMsgs []TraceMsg) {
}
unix := time.Unix(0, traceMsg.Timestamp*1000)
fmt.Println(traceMsg.Timestamp)
if len(pointSlice) == batchSize {
go batchWrite(pointSlice)
pointSlice = make([]*client.Point, 0, batchSize)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment