Skip to content

Commit

Permalink
fix: Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-glazier committed Apr 16, 2024
1 parent f8b81a3 commit 4e19236
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hooks/useAppConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ export const AppConfigContextProvider = ({
const configList = useAppConfigList();
const [appConfigId, setAppConfigId] = useState<string | undefined>();

console.log('ConfigList', configList);

useEffect(() => {
if (configList) {
setAppConfigId(configList[0]?.id);
Expand Down

0 comments on commit 4e19236

Please sign in to comment.