c2-mongoose 2.1.293 → 2.1.294

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.
@@ -391,7 +391,6 @@ var SearcherFlow = /** @class */ (function () {
391
391
  _loop_1(clauseOr);
392
392
  }
393
393
  }
394
- console.log(orPayload);
395
394
  var filtersFinal = __assign({}, andQueriesParam);
396
395
  if (orPayload.length > 0) {
397
396
  if (!filtersFinal.$or)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c2-mongoose",
3
- "version": "2.1.293",
3
+ "version": "2.1.294",
4
4
  "description": "Lib to make any search in database mongoose and use as basic crud",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -374,8 +374,6 @@ class SearcherFlow<D> {
374
374
  }
375
375
  }
376
376
 
377
- console.log(orPayload)
378
-
379
377
  let filtersFinal = { ...andQueriesParam } as any
380
378
 
381
379
  if (orPayload.length > 0) {