refator: delete console.log
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-06-15 14:25:31 +02:00
parent f3cca1c930
commit f41b9b0b57
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ module.exports = Self => {
const warehouse = await models.Warehouse.findOne({where: {code: 'ALG'}}, myOptions);
stmt = new ParameterizedSQL(`CALL cache.visible_refresh(@calc_id, FALSE, ?)`, [warehouse.id]);
console.log(stmt);
stmts.push(stmt);
const date = new Date();