Skip to content

Commit 5c4dab5

Browse files
Remove print statements used for debugging tests
1 parent ec930c3 commit 5c4dab5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/org/icatproject/lucene/Lucene.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,9 +1678,6 @@ private void convertValue(Document document, JsonObject json, String unitString,
16781678
// If we aren't dealing with the desired numeric field don't convert
16791679
return;
16801680
}
1681-
System.out.println(numericalValue);
1682-
System.out.println(unitString);
1683-
System.out.println(icatUnits);
16841681
logger.trace("Attempting to convert {} {}", numericalValue, unitString);
16851682
Value value = icatUnits.convertValueToSiUnits(numericalValue, unitString);
16861683
if (value != null) {

0 commit comments

Comments
 (0)