clean up
This commit is contained in:
parent
4a2b408c1b
commit
2b106ba546
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue