Skip to content

Commit 97f5d09

Browse files
refactor: remove console log
1 parent fa98972 commit 97f5d09

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/OpenSign/src/primitives/GetReportDisplay.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,6 @@ const ReportTable = (props) => {
12681268
};
12691269
// `formatStatusRow` is used to format status row
12701270
const formatStatusRow = (item) => {
1271-
console.log("item?.AuditTrail ", item?.AuditTrail);
12721271
const signers = item?.Placeholders?.map((x, i) => {
12731272
const matchSigner = item?.AuditTrail?.find(
12741273
(audit) => audit?.UserPtr?.objectId === x.signerObjId

0 commit comments

Comments
 (0)