DO NOT MERGE - Remove extra printf
Change-Id: I8a2e4fac78010fe531b080d3555557e557c038b9
This commit is contained in:
parent
25ab3dcce4
commit
27ce881183
|
@ -355,7 +355,6 @@ public class DroidDoc
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
knownTags.add(words[0]);
|
knownTags.add(words[0]);
|
||||||
System.out.println("Known tag: " + words[0]);
|
|
||||||
}
|
}
|
||||||
if (fail) {
|
if (fail) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue