Skip to content

Commit 8d1ba8d

Browse files
Merge 25.3 to 25.4
2 parents 48b8cb7 + 4ca3120 commit 8d1ba8d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ehr/src/org/labkey/ehr/utils/TriggerScriptHelper.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2558,8 +2558,7 @@ public int compare(Map<String, Object> o1, Map<String, Object> o2)
25582558
Date date = _dateTimeFormat.parse(row.get("date").toString());
25592559
if (!dateOnly && date.getHours() == 0 && date.getMinutes() == 0)
25602560
{
2561-
Exception e = new Exception();
2562-
_log.warn("Attempting to terminate " + dataset + " records with a rounded date. This might indicate upstream code is rounding the date: " + _dateTimeFormat.format(date), e);
2561+
_log.warn("Attempting to terminate " + dataset + " records with a rounded date. This might indicate upstream code is rounding the date: " + _dateTimeFormat.format(date));
25632562
}
25642563

25652564
SimpleFilter filter = new SimpleFilter(FieldKey.fromString("Id"), row.get("Id"));

0 commit comments

Comments
 (0)