fix. refs #6743 remove consoleLog

This commit is contained in:
Pablo Natek 2024-01-25 15:07:19 +01:00
parent 2e1b55448a
commit a7faac3ef6
1 changed files with 0 additions and 7 deletions

View File

@ -74,13 +74,6 @@ describe('ticket componentUpdate()', () => {
}
}
};
console.log('entra');
const state = await models.TicketState.findOne({
where: {ticketFk: 11}
});
console.log('state: ', state);
console.log('ctx: ', ctx.args);
await models.Ticket.componentUpdate(ctx, options);
[componentValue] = await models.SaleComponent.rawSql(componentOfSaleSeven, null, options);