Skip to content

Commit

Permalink
Remove println command
Browse files Browse the repository at this point in the history
  • Loading branch information
enyia21 authored Nov 28, 2023
1 parent d0c8aca commit ba64c06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/formflow/library/pdf/PDFBoxFieldFiller.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ private void substituteUnsupportedCharactersWithQuestionMarks(String field, PDFi
}else{
builder.append('?');
}

System.out.println("test");
}
pdField.setValue(builder.toString());
}
Expand Down

0 comments on commit ba64c06

Please sign in to comment.