Skip to content

Commit c8d2b6a

Browse files
authored
Update packages/react/src/data-connect/useDataConnectMutation.ts
1 parent 3bc5445 commit c8d2b6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react/src/data-connect/useDataConnectMutation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ export function useDataConnectMutation<
7878
options?.onSuccess?.(...args);
7979
},
8080
mutationFn: async (variables) => {
81-
console.log('check', typeof ref)
8281
const mutationRef = typeof ref === "function" ? ref(variables) : ref;
8382
const response = await executeMutation<Data, Variables>(mutationRef);
8483

0 commit comments

Comments
 (0)