Skip to content

Commit

Permalink
Remove console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Dec 15, 2023
1 parent dccf911 commit 69b0f0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/app/lib/isomorphicLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export function makeIsomorphicLoader<T>(callback: DataCallback<T>) {
request,
params,
}: ClientLoaderFunctionArgs) {
console.log(request);
const trpcClient = makeTRPCClient(
config.API_SERVER,
window.REMIX_CONTEXT.accessToken,
Expand Down

0 comments on commit 69b0f0c

Please sign in to comment.