Skip to content

Commit 30e6385

Browse files
chore: remove log (#2710)
1 parent 37c3224 commit 30e6385

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/thirdweb/src/react/core/providers/thirdweb-provider.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export function ThirdwebProvider(props: React.PropsWithChildren) {
3131
defaultOptions: {
3232
mutations: {
3333
onSettled: (data, error, variables) => {
34-
console.log("Mutation settled", data, error, variables);
3534
if (error) {
3635
// TODO: remove - but useful for debug now
3736
console.error("[Mutation Error]", error);

0 commit comments

Comments
 (0)