Skip to content

Commit 54a88d5

Browse files
committed
refactor: remove debug log from useAppConfig hook
- Removed the console log statement for 'data' in the useAppConfig hook to clean up the code and improve performance.
1 parent e26d47a commit 54a88d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/frontend/src/hooks/useAppConfig.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export const useAppConfig = () => {
3232
gcTime: Infinity, // Renamed from cacheTime in v5
3333
});
3434

35-
console.log('data', data);
3635
return {
3736
config: data,
3837
isLoadingConfig: isLoading,

0 commit comments

Comments
 (0)