Skip to content

Commit

Permalink
chore: remove redundant log
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-st committed Jan 23, 2025
1 parent e8a213c commit ff5dbee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export const WriteOnlyFunctionForm = ({
await writeTxn(makeWriteWithParams);
onChange();
} catch (e: any) {
console.log(e, "<<<< ");
console.warn("⚡️ ~ file: WriteOnlyFunctionForm.tsx:handleWrite ~ error", e);
}
}
Expand Down

0 comments on commit ff5dbee

Please sign in to comment.