mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-23 06:25:24 -07:00
Remove unecessary console log
This commit is contained in:
parent
dc1e71e77f
commit
bbd7fb3e69
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue