chore: refs #8002 drop comments
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-11-13 17:45:15 +01:00
parent b75b369716
commit 873b91f113
1 changed files with 0 additions and 7 deletions

View File

@ -9,13 +9,6 @@ export default class Controller extends Dialog {
responseHandler(response) {
if (response !== 'accept')
return super.responseHandler(response);
// this.$http.post('Ostickets/send-to-support', {
// reason: this.reason,
// additionalData: this.additionalData
// })
// .then(() => super.responseHandler(response))
// .then(() => this.vnApp.showSuccess(this.$t('Email sended!')));
}
}