Removing console log.
This commit is contained in:
parent
6f78b5eea8
commit
d4b1ed58b8
|
@ -188,7 +188,6 @@ export async function getAllDbs(opts = { efficient: false }) {
|
|||
}
|
||||
}
|
||||
let couchUrl = `${url}/_all_dbs`
|
||||
console.log(couchUrl)
|
||||
let tenantId = getTenantId()
|
||||
if (!env.MULTI_TENANCY || (!efficient && tenantId === DEFAULT_TENANT_ID)) {
|
||||
// just get all DBs when:
|
||||
|
|
Loading…
Reference in New Issue