Skip to content

Commit

Permalink
Revert "chore: add debug uri logging"
Browse files Browse the repository at this point in the history
This reverts commit c82a850.
  • Loading branch information
hasezoey committed Aug 13, 2022
1 parent 3afa3e2 commit 939b498
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/common.js
Expand Up @@ -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;
Expand Down

0 comments on commit 939b498

Please sign in to comment.