pbwest 2002/11/17 02:00:23
Modified: src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design
PropertyParser.java
Log:
Removed debug println.
Revision Changes Path
No revision
No revision
1.5.2.18 +2 -3 xml-fop/src/org/apache/fop/fo/expr/PropertyParser.java
Index: PropertyParser.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/expr/PropertyParser.java,v
retrieving revision 1.5.2.17
retrieving revision 1.5.2.18
diff -u -r1.5.2.17 -r1.5.2.18
--- PropertyParser.java 11 Nov 2002 16:47:01 -0000 1.5.2.17
+++ PropertyParser.java 17 Nov 2002 10:00:23 -0000 1.5.2.18
@@ -712,7 +712,6 @@
// Color functions
if (function.equals("rgb")) {
// Currently arguments must all be integers.
- System.out.println("rgb: " + getExpr());
PropertyValue[] args = parseArgs(3);
switch (args[0].getType()) {
case PropertyValue.INTEGER:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]