You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2021/03/13 08:55:13 UTC

svn commit: r1887569 - /pdfbox/branches/1.8/jempbox/src/main/java/org/apache/jempbox/impl/DateConverter.java

Author: tilman
Date: Sat Mar 13 08:55:12 2021
New Revision: 1887569

URL: http://svn.apache.org/viewvc?rev=1887569&view=rev
Log:
PDFBOX-5127: remove debug stuff

Modified:
    pdfbox/branches/1.8/jempbox/src/main/java/org/apache/jempbox/impl/DateConverter.java

Modified: pdfbox/branches/1.8/jempbox/src/main/java/org/apache/jempbox/impl/DateConverter.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/jempbox/src/main/java/org/apache/jempbox/impl/DateConverter.java?rev=1887569&r1=1887568&r2=1887569&view=diff
==============================================================================
--- pdfbox/branches/1.8/jempbox/src/main/java/org/apache/jempbox/impl/DateConverter.java (original)
+++ pdfbox/branches/1.8/jempbox/src/main/java/org/apache/jempbox/impl/DateConverter.java Sat Mar 13 08:55:12 2021
@@ -167,9 +167,7 @@ public class DateConverter
                 retval.set( year, month-1, day, hour, minute, second );
             }
             catch( NumberFormatException e )
-            {
-                System.out.println("NumberFormatException");
-                
+            {                
                 // remove the arbitrary : in the timezone. SimpleDateFormat
                 // can't handle it           
                 if (date.substring(date.length()-3,date.length()-2).equals(":") &&