fix: refs #7404 remove console log

This commit is contained in:
Pablo Natek 2024-09-16 12:17:51 +02:00
parent 138640f991
commit 1f1da689d4
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ module.exports = Self => {
};
if (workerFk) filter.where.workerFk = workerFk;
console.log('workerFk: ', workerFk);
return models.StockBought.find(filter);
};