Skip to content

Commit

Permalink
remove needless logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pscott committed Nov 6, 2024
1 parent 3d8c655 commit c24d32f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ export async function verify(expectedHash: string, url: string, network: string)
console.dir(json.data, { depth: null });
try {
if (type === 'vote') {
console.log('Authenticating vote...');
console.log('Sender: ', json.sender);
computedHash = await ethTxClient.getVoteHash(json.sender, json.data);
} else if (type === 'propose') {
computedHash = await ethTxClient.getProposeHash(json.sender, json.data);
Expand Down

0 comments on commit c24d32f

Please sign in to comment.