Browse Source

remove println

pull/1743/head
Chris Lu 4 years ago
parent
commit
5cd9c9e642
  1. 2
      weed/filer/leveldb3/leveldb3_store.go

2
weed/filer/leveldb3/leveldb3_store.go

@ -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

Loading…
Cancel
Save