Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris committed Apr 6, 2022
1 parent 790eab6 commit 10f6645
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/hooks/useMethodData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const useMethodData = <MethodName extends keyof ServerMethods, Result = A
}, [reset, getData, args, resolve, dispatchToastMessage, reject]);

useEffect(() => {
console.log('as');
fetchData();
}, [fetchData]);

Expand Down

0 comments on commit 10f6645

Please sign in to comment.