Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Swen Thümmler committed Nov 23, 2020
1 parent e12dffe commit 66e6de7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ protected void parseCreateField(ParseContext context) throws IOException {
}
}
try {
//createFieldNamesField(context);
List<Language> langs = langdetectService.detectAll(value);
for (Language lang : langs) {
Field field = new Field(fieldType().name(), lang.getLanguage(), fieldType);
Expand Down

0 comments on commit 66e6de7

Please sign in to comment.