remove println

This commit is contained in:
Chris Lu 2021-01-12 18:47:38 -08:00
parent def6d8e565
commit 5cd9c9e642

View file

@ -112,8 +112,6 @@ func (store *LevelDB3Store) findDB(fullpath weed_util.FullPath, isForChildren bo
shortPath = weed_util.FullPath(bucketAndObjectKey[t:])
}
println("bucket:", bucket, "shortPath", shortPath)
if db, found := store.dbs[bucket]; found {
store.dbsLock.RUnlock()
return db, bucket, shortPath, nil