console log for debug

This commit is contained in:
IgnatzHome 2018-05-19 19:59:10 +02:00
parent 01cd2df369
commit cd749bc385

View file

@ -237,7 +237,7 @@ Filter = {
const exceptionsSelector = {_id: {$in: this._exceptions}};
this._exceptionsDep.depend();
console.log(this.advanced._getMongoSelector());
if (includeEmptySelectors)
return {
$or: [filterSelector, exceptionsSelector, this.advanced._getMongoSelector(), emptySelector],