mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-01 17:46:55 +08:00
remove verbose logging.
This commit is contained in:
parent
1b6ab2f6af
commit
b96911c517
@ -87,7 +87,6 @@ func (m *BoltDbNeedleMap) Get(key uint64) (element *NeedleValue, ok bool) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
if err != nil || len(data) != 8 {
|
if err != nil || len(data) != 8 {
|
||||||
glog.V(0).Infof("Failed to get %d %v", key, err)
|
|
||||||
return nil, false
|
return nil, false
|
||||||
}
|
}
|
||||||
offset := util.BytesToUint32(data[0:4])
|
offset := util.BytesToUint32(data[0:4])
|
||||||
|
Loading…
Reference in New Issue
Block a user