mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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 {
|
||||
glog.V(0).Infof("Failed to get %d %v", key, err)
|
||||
return nil, false
|
||||
}
|
||||
offset := util.BytesToUint32(data[0:4])
|
||||
|
|
Loading…
Reference in a new issue