diff --git a/src/Ombi/ClientApp/src/app/services/message.service.ts b/src/Ombi/ClientApp/src/app/services/message.service.ts index fb2d87b96..be1df37be 100644 --- a/src/Ombi/ClientApp/src/app/services/message.service.ts +++ b/src/Ombi/ClientApp/src/app/services/message.service.ts @@ -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) {