Commit e61e26f2 authored by Node- 门 忠鑫's avatar Node- 门 忠鑫

# 去掉无用输出

parent 85d47da0
...@@ -38,7 +38,6 @@ func buildHealthInfluxMsg(appName string, ip string, timestamp time.Time, submit ...@@ -38,7 +38,6 @@ func buildHealthInfluxMsg(appName string, ip string, timestamp time.Time, submit
healthPointSlice = make([]*client.Point, 0, batchSize) healthPointSlice = make([]*client.Point, 0, batchSize)
} }
point, _ := client.NewPoint("health_info", tags, fields, timestamp) point, _ := client.NewPoint("health_info", tags, fields, timestamp)
println(point)
healthPointSlice = append(healthPointSlice, point) healthPointSlice = append(healthPointSlice, point)
} }
......
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