Skip to content

Commit ff93da3

Browse files
author
Maruan Sahyoun
committed
PDFBOX-6207: remove debug output
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1934720 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2679d1d commit ff93da3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pdfbox/src/test/java/org/apache/pdfbox/pdmodel/interactive/form/TestCheckBox.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ void testPDFBox6207() throws IOException
148148
{
149149
PDAcroForm acroForm = testPdf.getDocumentCatalog().getAcroForm();
150150
PDCheckBox field = (PDCheckBox) acroForm.getField("Check_Info_Post_andere");
151-
System.out.println(field.getExportValues());
152151
assertDoesNotThrow(() -> {
153152
field.setValue("Yes");
154153

0 commit comments

Comments
 (0)