Remove unecessary console log

This commit is contained in:
Florian Dupret 2021-11-02 15:30:33 +01:00
commit bbd7fb3e69

View file

@ -21,7 +21,6 @@ export class MessageService {
}
}
public sendRequestEngineResultError(result: IRequestEngineResult, action: string = "Ok") {
console.log(result.errorCode);
const textKey = 'Requests.ErrorCodes.' + result.errorCode;
const text = this.translate.instant(textKey);
if (text !== textKey) {