diff --git a/src/app/components/stream/status/status-translate/status-translate.component.ts b/src/app/components/stream/status/status-translate/status-translate.component.ts index 54a98f35..87d55804 100644 --- a/src/app/components/stream/status/status-translate/status-translate.component.ts +++ b/src/app/components/stream/status/status-translate/status-translate.component.ts @@ -67,7 +67,6 @@ export class StatusTranslateComponent implements OnInit, OnDestroy { && this.configuredLanguages.length > 0 && this.configuredLanguages.findIndex(x => x.iso639 === this.status.status.language) === -1) { - console.warn('can translate'); this.isTranslationAvailable = true; } else {