Skip to content

Commit

Permalink
Remove debug log (#24030)
Browse files Browse the repository at this point in the history
Signed-off-by: lixinguo <xinguo.li@zilliz.com>
Co-authored-by: lixinguo <xinguo.li@zilliz.com>
  • Loading branch information
smellthemoon and lixinguo authored May 11, 2023
1 parent 084424d commit ab95754
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/rootcoord/dml_channels.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ func newDmlChannels(ctx context.Context, factory msgstream.Factory, chanNamePref
pos: i,
}
d.pool.Store(name, dms)
log.Info("lxg", zap.Any("name", name))
d.channelsHeap = append(d.channelsHeap, dms)
}

Expand Down

0 comments on commit ab95754

Please sign in to comment.