2006-06-06 Audrius Meskauskas <[EMAIL PROTECTED]>
* gnu/javax/swing/text/html/CharacterAttributeTranslator.java
(getColor): Removed debugging code.
Index: CharacterAttributeTranslator.java
===================================================================
RCS file: /sources/classpath/classpath/gnu/javax/swing/text/html/CharacterAttributeTranslator.java,v
retrieving revision 1.2
diff -u -r1.2 CharacterAttributeTranslator.java
--- CharacterAttributeTranslator.java 6 Jun 2006 17:20:59 -0000 1.2
+++ CharacterAttributeTranslator.java 6 Jun 2006 17:23:49 -0000
@@ -86,7 +86,6 @@
private static Color getColor(String colorName)
{
colorName = colorName.toLowerCase();
- System.out.println("CharacterAttributeTranslator.java.getColor:"+colorName);
try
{
if (colorName.startsWith("rgb"))