Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed Nov 11, 2024
1 parent 1810703 commit bb4970a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/client/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1699,9 +1699,7 @@ export class SkipClient {
const txError = validateResult.find(
(res) => res && res?.error !== null
);
console.log('txError1', txError);
if (txError) {
console.log('txError', txError);
onValidateGasBalance?.({
status: 'error',
});
Expand Down

0 comments on commit bb4970a

Please sign in to comment.