Skip to content

Commit 36359e7

Browse files
committed
chore: remove-log
1 parent 4ad336b commit 36359e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kleros-sdk/src/dataMappings/utils/populateTemplate.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export const populateTemplate = (mustacheTemplate: string, data: any): DisputeDe
1212
console.error("Validation errors:", validation.error.errors, "\n\nDispute details:", `${JSON.stringify(dispute)}`);
1313
throw new InvalidFormatError("Invalid dispute details format");
1414
}
15-
console.log(dispute);
1615

1716
return dispute;
1817
};

0 commit comments

Comments
 (0)