remove(console.log): refs #4131 quitar 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
14753212bb
commit
e504ad313c
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue