mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Comment out a LOG.debug
This commit is contained in:
@ -319,8 +319,10 @@ public class DMLAuditAction extends AbstractQActionFunction<DMLAuditInput, DMLAu
|
|||||||
|
|
||||||
if(detailRecord != null)
|
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);
|
detailRecord.withValue("fieldName", fieldName);
|
||||||
return (Optional.of(detailRecord));
|
return (Optional.of(detailRecord));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user