]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed CountryLanguageScript testing.
authorPeter Bernard West <pbwest@apache.org>
Sat, 2 Nov 2002 01:54:57 +0000 (01:54 +0000)
committerPeter Bernard West <pbwest@apache.org>
Sat, 2 Nov 2002 01:54:57 +0000 (01:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195403 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/FOTree.java

index bc40b13a82a2ea2b55aa0d3417b34db95b4a6c93..f40f8649627d640f50e77fc922da74c4a359bba9 100644 (file)
@@ -115,10 +115,6 @@ public class FOTree extends Tree implements Runnable {
         FoRoot foRoot;
         FoXMLEvent event;
         try {
-            // Dummy only - check the language and country setup
-            System.out.println(CountryLanguageScript.getCountryName("AU"));
-            System.out.println(CountryLanguageScript.getEnglishName("EN"));
-            System.out.println(CountryLanguageScript.getScriptName("pk"));
             // Let the parser look after STARTDOCUMENT and the correct
             // positioning of the root element
             event = xmlevents.getStartElement(FObjectNames.ROOT);