mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
refactor: remove debug logging for legacy MongoDB package detection
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user