refator: delete console.log
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
f3cca1c930
commit
f41b9b0b57
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue