Skip to content

Commit

Permalink
chore(contracts-sdk): LIT-2841 - Use local logger instead of `console…
Browse files Browse the repository at this point in the history
….log`
  • Loading branch information
MaximusHaximus committed Apr 16, 2024
1 parent 46783ef commit 684fc79
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/contracts-sdk/src/lib/contracts-sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,11 +405,7 @@ export class LitContracts {
{}
);

console.log(
'resolved contract addresses for: ',
this.network,
logAddresses
);
this.log('resolved contract addresses for: ', this.network, logAddresses);
// ----- autogen:init:start -----
// Generated at 2023-11-07T01:50:52.460Z

Expand Down

0 comments on commit 684fc79

Please sign in to comment.