Comment out a LOG.debug

This commit is contained in:
2023-09-26 10:54:01 -05:00
parent eefbdd212f
commit 71302eefdf

View File

@ -319,8 +319,10 @@ public class DMLAuditAction extends AbstractQActionFunction<DMLAuditInput, DMLAu
if(detailRecord != null)
{
LOG.debug("Returning with message: " + detailRecord.getValueString("message"));
////////////////////////////////////////////////////////////////////
// useful if doing dev in here - but overkill for any other time. //
////////////////////////////////////////////////////////////////////
// LOG.debug("Returning with message: " + detailRecord.getValueString("message"));
detailRecord.withValue("fieldName", fieldName);
return (Optional.of(detailRecord));
}