DO NOT MERGE - Remove extra printf

Change-Id: I8a2e4fac78010fe531b080d3555557e557c038b9
This commit is contained in:
Joe Onorato 2010-09-16 12:34:07 -04:00
parent 25ab3dcce4
commit 27ce881183
1 changed files with 0 additions and 1 deletions

View File

@ -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;