Skip to content

Commit

Permalink
TD-110 - Removing stack trace that was exposed to user-space (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Purvis <[email protected]>
  • Loading branch information
jimpurvisTCO and jpurvis-and authored Dec 18, 2023
1 parent f13a55b commit 4d98f2c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ public void deleteAttachment(final GrantAttachment attachment, final Integer app
grantAttachmentRepository.delete(attachment);
} catch (SdkClientException e) {
log.error("An error occurred deleting the file: ", e);
e.printStackTrace();
}
}
}

0 comments on commit 4d98f2c

Please sign in to comment.