You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ja...@apache.org on 2014/08/27 18:48:27 UTC

svn commit: r1620935 - /pdfbox/branches/no-awt/pdfbox/src/main/java/org/apache/pdfbox/util/PDFStreamEngine.java

Author: jahewson
Date: Wed Aug 27 16:48:27 2014
New Revision: 1620935

URL: http://svn.apache.org/r1620935
Log:
PDFBOX-2262: Fix typo x2

Modified:
    pdfbox/branches/no-awt/pdfbox/src/main/java/org/apache/pdfbox/util/PDFStreamEngine.java

Modified: pdfbox/branches/no-awt/pdfbox/src/main/java/org/apache/pdfbox/util/PDFStreamEngine.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/no-awt/pdfbox/src/main/java/org/apache/pdfbox/util/PDFStreamEngine.java?rev=1620935&r1=1620934&r2=1620935&view=diff
==============================================================================
--- pdfbox/branches/no-awt/pdfbox/src/main/java/org/apache/pdfbox/util/PDFStreamEngine.java (original)
+++ pdfbox/branches/no-awt/pdfbox/src/main/java/org/apache/pdfbox/util/PDFStreamEngine.java Wed Aug 27 16:48:27 2014
@@ -431,10 +431,6 @@ public class PDFStreamEngine
                     spacingText += wordSpacingText;
                 }
             }
-            else
-            {
-                System.out.println("No space in font " + font.getName());
-            }
 
             textMatrix.multiply(ctm, textXctm);
             // Convert textMatrix to display units