fix. refs #6743 remove consoleLog
This commit is contained in:
parent
2e1b55448a
commit
a7faac3ef6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue