]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed left over debugging stuff
authorManuel Mall <manuel@apache.org>
Fri, 7 Oct 2005 13:16:35 +0000 (13:16 +0000)
committerManuel Mall <manuel@apache.org>
Fri, 7 Oct 2005 13:16:35 +0000 (13:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@307114 13f79535-47bb-0310-9956-ffa450edef68

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

index 0ffa1e7caea565a7f02685052a0cbbc2ea4a31a3..37699847a0f3fce3f234a13aac880cea4b374b8e 100755 (executable)
@@ -65,9 +65,6 @@ public class StaticPropertyList extends PropertyList {
     {
         Property p = values[propId];
         if (p == null) {
-            if (propId == 94) {
-                propId = propId;
-            }
             p = values[propId] = super.get(propId, bTryInherit, bTryDefault);
         }
         return p;