Skip to content

Commit

Permalink
remove uneeded logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Long committed Dec 19, 2023
1 parent ea27dc3 commit bbaca06
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ export async function main() {
let nonce = litNodeClient.getLatestBlockhash();

if (!nonce) {
console.log(
"Latest blockhash is undefined as the corr node changes hasn't been deployed"
);
}

if (!nonce) {
return fail("authSig doesn't contain the blockhash");
return fail("Block hash is undefined from the network handshake");
}

// ==================== Success ====================
Expand Down

0 comments on commit bbaca06

Please sign in to comment.