Commit ce8b86f0 authored by liuyuhang's avatar liuyuhang

del log

parent e34f5760
......@@ -101,7 +101,7 @@ func (mvccs *KVMVCCStore) Get(datas *types.StoreGet) [][]byte {
for i := 0; i < len(datas.Keys); i++ {
value, err := mvccs.mvcc.GetV(datas.Keys[i], version)
if err != nil {
kmlog.Error("GetV by Keys failed.", "Key", string(datas.Keys[i]), "version", version)
//kmlog.Error("GetV by Keys failed.", "Key", string(datas.Keys[i]), "version", version)
} else if value != nil {
values[i] = value
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment