Skip to content

Commit

Permalink
ref(core): remove console log from block hash sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Long committed Jun 14, 2024
1 parent dd16409 commit d841442
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/core/src/lib/lit-core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,6 @@ export class LitCore {
* @returns { Promise<string> } latest blockhash
*/
getLatestBlockhash = async (): Promise<string> => {
console.log(
'querying latest blockhash curent value is ',
this.latestBlockhash
);
await this._syncBlockhash();
console.log(
`querying latest blockhash current value is `,
Expand Down

0 comments on commit d841442

Please sign in to comment.