am 27ce8811: DO NOT MERGE - Remove extra printf

Merge commit '27ce8811835e9bbc9e230a618e883d30d0101c9e' into gingerbread-plus-aosp

* commit '27ce8811835e9bbc9e230a618e883d30d0101c9e':
  DO NOT MERGE - Remove extra printf
This commit is contained in:
Joe Onorato 2010-09-16 09:36:47 -07:00 committed by Android Git Automerger
commit 2818a2e555
1 changed files with 0 additions and 1 deletions

View File

@ -355,7 +355,6 @@ public class DroidDoc
}
}
knownTags.add(words[0]);
System.out.println("Known tag: " + words[0]);
}
if (fail) {
return false;