mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Remove unused log (#12793)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
parent
48923398a5
commit
3d8a0453b7
@ -323,7 +323,6 @@ func (c *Client) SaveBinlogPaths(ctx context.Context, req *datapb.SaveBinlogPath
|
||||
}
|
||||
return client.(datapb.DataCoordClient).SaveBinlogPaths(ctx, req)
|
||||
})
|
||||
log.Debug("abc,", zap.Any("ret", ret), zap.Error(err))
|
||||
if err != nil || ret == nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user