mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Delete redundant insert log
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
5384c7b70e
commit
0f2a377b62
@ -202,7 +202,7 @@ func insertRepackFunc(tsMsgs []msgstream.TsMsg,
|
||||
size += int(unsafe.Sizeof(blob.Value))
|
||||
size += len(blob.Value)
|
||||
}
|
||||
log.Println("size of insert message: ", size)
|
||||
// log.Println("size of insert message: ", size)
|
||||
return size
|
||||
}
|
||||
// not accurate
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user