Skip to content

Commit

Permalink
remove unnecessary log message
Browse files Browse the repository at this point in the history
  • Loading branch information
hozzjss committed Feb 25, 2022
1 parent ed9a745 commit 0919ca2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const main = async (): Promise<void> => {
console.log(`\nChecking ledger entry for ${username}...`);

// Find account by Discord ID
console.log(ledger.accountByName("hz"));
const discordAccount = ledger.accountByAddress(
`N\u0000sourcecred\u0000discord\u0000MEMBER\u0000user\u0000${discordId}\u0000`
);
Expand Down

0 comments on commit 0919ca2

Please sign in to comment.