mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
remove accidental trace message
This commit is contained in:
@@ -320,7 +320,6 @@ public class Translator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public List<MorphoAnalysis> lookupMorpho(String sentence) {
|
public List<MorphoAnalysis> lookupMorpho(String sentence) {
|
||||||
Log.e(TAG, "lookupMorpho " + getSourceConcr());
|
|
||||||
return getSourceConcr().lookupMorpho(sentence);
|
return getSourceConcr().lookupMorpho(sentence);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user