Skip to content

Commit b4492d8

Browse files
committed
Remove console log from RepoProvider for cleaner output
1 parent e513214 commit b4492d8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/context/MacroContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const RepoProvider: FC<{ children: ReactNode }> = ({ children }) => {
5151
queryFn: () => fetchRepoTree(GITHUB_API_URL),
5252
refetchOnWindowFocus: false
5353
})
54-
console.log(data)
54+
5555
return (
5656
<RepoContext.Provider
5757
value={{ repoTree: data ?? [], isPending, error: error?.message || null }}

src/utils/asd.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)