refactor: remove debug logging for legacy MongoDB package detection

This commit is contained in:
italo jose
2025-07-20 22:40:44 -03:00
parent a21d7cc4e4
commit 4b8aaa24dd

View File

@@ -31,7 +31,7 @@ const useLegacyMongo = !!Package['npm-mongo-legacy']
const oldNoDeprecationValue = process.noDeprecation;
useLegacyMongo && console.log('WARN: npm-mongo-legacy package detected, using package for mongo <= 3.6');
console.log('useLegacyMongo', useLegacyMongo);
try {
// Silence deprecation warnings introduced in a patch update to mongodb:
// https://github.com/meteor/meteor/pull/9942#discussion_r218564879