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