Skip to content

Commit

Permalink
remove log in root
Browse files Browse the repository at this point in the history
  • Loading branch information
hknots committed Dec 12, 2024
1 parent f7bc29f commit 1dab32e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export default function App() {
className="flex-grow w-full px-4 py-6"
>
<Header onHeaderChange={setEnv} value={selectedEnv} />
<p>env: {selectedEnv}</p>
<Outlet />
</Box>
</VStack>
Expand Down

0 comments on commit 1dab32e

Please sign in to comment.