refactor: refs #7404 remove console.log

This commit is contained in:
Pablo Natek 2024-08-05 15:34:01 +02:00
parent 961fafb33e
commit 47543d5760
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ module.exports = Self => {
});
Self.getStockBoughtDetail = async(workerFk, dated = Date.vnNew()) => {
console.log('dated: ', new Date(dated));
console.log('new Date(dated).setHours(0, 0, 0, 0): ', new Date(dated).setHours(0, 0, 0, 0));
return Self.rawSql(
`SELECT e.id entryFk,
i.id itemFk,