You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by je...@apache.org on 2007/11/29 13:39:31 UTC

svn commit: r599418 - /xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/ps/PSImageUtils.java

Author: jeremias
Date: Thu Nov 29 04:39:30 2007
New Revision: 599418

URL: http://svn.apache.org/viewvc?rev=599418&view=rev
Log:
Removed stray System.out.println

Modified:
    xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/ps/PSImageUtils.java

Modified: xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/ps/PSImageUtils.java
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/ps/PSImageUtils.java?rev=599418&r1=599417&r2=599418&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/ps/PSImageUtils.java (original)
+++ xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/ps/PSImageUtils.java Thu Nov 29 04:39:30 2007
@@ -494,7 +494,6 @@
         }
         CountingOutputStream cout = new CountingOutputStream(out);
         encoder.writeTo(cout);
-        System.out.println("Bitmap size in bytes: " + cout.getByteCount());
         if (out instanceof Finalizable) {
             ((Finalizable)out).finalizeStream();
         } else {



---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org