Delete redundant insert log

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
dragondriver 2021-03-11 11:27:42 +08:00 committed by yefu.chen
parent 5384c7b70e
commit 0f2a377b62

View File

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