remove(console.log): refs #4131 quitar console log
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Pablo Natek 2023-10-30 14:56:33 +01:00
parent 14753212bb
commit e504ad313c
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ class Controller extends Summary {
ticketFk: 'id' in this.ticket ? this.ticket.id : this.$params.id,
code: value
};
console.log('entra');
this.$http.post(`Tickets/state`, params)
.then(() => {
if ('id' in this.$params) this.reload();