mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
remove println
This commit is contained in:
parent
def6d8e565
commit
5cd9c9e642
|
@ -112,8 +112,6 @@ func (store *LevelDB3Store) findDB(fullpath weed_util.FullPath, isForChildren bo
|
||||||
shortPath = weed_util.FullPath(bucketAndObjectKey[t:])
|
shortPath = weed_util.FullPath(bucketAndObjectKey[t:])
|
||||||
}
|
}
|
||||||
|
|
||||||
println("bucket:", bucket, "shortPath", shortPath)
|
|
||||||
|
|
||||||
if db, found := store.dbs[bucket]; found {
|
if db, found := store.dbs[bucket]; found {
|
||||||
store.dbsLock.RUnlock()
|
store.dbsLock.RUnlock()
|
||||||
return db, bucket, shortPath, nil
|
return db, bucket, shortPath, nil
|
||||||
|
|
Loading…
Reference in a new issue