Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 4aad15e

Browse files
committed
remove redundant log message
1 parent d4bc03c commit 4aad15e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

metric_tank/cluster.go

-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ func (h *MetricPersistHandler) HandleMessage(m *nsq.Message) error {
116116

117117
// get metric
118118
if agg, ok := metrics.Get(ms.Key); ok {
119-
// Sync the save state of our chunk for the specific T0 referenced in the msg.
120119
agg.(*AggMetric).SyncChunkSaveState(ms.T0)
121120
}
122121

0 commit comments

Comments
 (0)