eslint fixes

This commit is contained in:
Maren Süwer
2018-10-29 13:42:56 +01:00
parent 7734b68d0b
commit a9d7cceb22
11 changed files with 9 additions and 36 deletions

View File

@@ -107,7 +107,6 @@ export function getLanguage(contentType: string) {
languageType = language;
}
console.log(languageType);
return languageType;
}