@resolveio/server-lib 20.7.123 → 20.7.124

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2998,10 +2998,10 @@ var MongoManagerCollection = /** @class */ (function () {
2998
2998
  else {
2999
2999
  options.session = mongoSession;
3000
3000
  }
3001
- console.log('Replace One', 'Has Session', this.collectionName, JSON.stringify(filter, null, 2), JSON.stringify(replacement, null, 2));
3001
+ // console.log('Replace One', 'Has Session', this.collectionName, JSON.stringify(filter, null, 2), JSON.stringify(replacement, null, 2));
3002
3002
  }
3003
3003
  else {
3004
- console.log('Replace One', 'No Session', this.collectionName, JSON.stringify(filter, null, 2), JSON.stringify(replacement, null, 2));
3004
+ // console.log('Replace One', 'No Session', this.collectionName, JSON.stringify(filter, null, 2), JSON.stringify(replacement, null, 2));
3005
3005
  }
3006
3006
  _a = options || {}, session = _a.session, safeOptions = __rest(_a, ["session"]);
3007
3007
  if (!this.useVersions) return [3 /*break*/, 45];
@@ -3627,10 +3627,10 @@ var MongoManagerCollection = /** @class */ (function () {
3627
3627
  else {
3628
3628
  options.session = mongoSession;
3629
3629
  }
3630
- console.log('Update One', 'Has Session', this.collectionName, JSON.stringify(filter, null, 2), JSON.stringify(update, null, 2));
3630
+ // console.log('Update One', 'Has Session', this.collectionName, JSON.stringify(filter, null, 2), JSON.stringify(update, null, 2));
3631
3631
  }
3632
3632
  else {
3633
- console.log('Update One', 'No Session', this.collectionName, JSON.stringify(filter, null, 2), JSON.stringify(update, null, 2));
3633
+ // console.log('Update One', 'No Session', this.collectionName, JSON.stringify(filter, null, 2), JSON.stringify(update, null, 2));
3634
3634
  }
3635
3635
  _a = options || {}, session = _a.session, safeOptions = __rest(_a, ["session"]);
3636
3636
  if (!this.useVersions) return [3 /*break*/, 30];