Skip to content

Commit 0ae0482

Browse files
committed
Issue 255 (PR Comments/Issues)
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
1 parent fe2f966 commit 0ae0482

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fhir-persistence-jdbc/src/test/java/com/ibm/fhir/persistence/jdbc/test/util/ParameterExtractionTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ public void testDate() throws FHIRPersistenceProcessorException {
162162
for (ExtractedParameterValue param : params) {
163163
assertTrue(param instanceof DateParmVal);
164164
DateParmVal dateParam = (DateParmVal) param;
165-
System.out.println(dateParam.getValueDateStart());
166165
assertEquals(timestampToString(dateParam.getValueDate()), SAMPLE_DATE_START);
167166
}
168167
}

0 commit comments

Comments
 (0)