chore: remove console log
This commit is contained in:
@@ -36,7 +36,6 @@ import { localAPIEndpoint } from './helpers/sdk/endpoint.js'
|
||||
export async function buildConfigWithDefaults(
|
||||
testConfig?: Partial<Config>,
|
||||
): Promise<SanitizedConfig> {
|
||||
console.log('MEMORY URI', process.env.MONGODB_MEMORY_SERVER_URI)
|
||||
const databaseAdapters = {
|
||||
mongodb: mongooseAdapter({
|
||||
url:
|
||||
|
||||
Reference in New Issue
Block a user