1
0
Fork 0
mirror of synced 2024-08-12 08:31:27 +12:00

Removing console log.

This commit is contained in:
mike12345567 2022-07-18 14:18:15 +01:00
parent 6f78b5eea8
commit d4b1ed58b8

View file

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