Remove unused log (#12793)

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
zhenshan.cao 2021-12-08 14:45:04 +08:00 committed by GitHub
parent 48923398a5
commit 3d8a0453b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}