From 939b49813bc2c3fe09200db2302d333859b71660 Mon Sep 17 00:00:00 2001 From: hasezoey Date: Sat, 13 Aug 2022 14:18:31 +0200 Subject: [PATCH] Revert "chore: add debug uri logging" This reverts commit c82a8503d49b832b5b51c3333a9e81430d58031f. --- test/common.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/common.js b/test/common.js index aedaea7087e..4ffdca3bfbd 100644 --- a/test/common.js +++ b/test/common.js @@ -86,7 +86,6 @@ module.exports = function(options) { delete options.noErrorListener; options.enableUtf8Validation = false; - console.log('DEBUG TEST', uri, process.env.MONGOOSE_TEST_URI); const conn = mongoose.createConnection(uri, options); const model = conn.model;