Skip to content

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
JanStevens committed Mar 7, 2024
1 parent 9fb0d7c commit 00df35b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { ConfigurationForm } from 'components/@config';
import { Main, MainNavigation } from 'components/@navigation';

export default function Home() {
console.log('I GOT UPDATED');
return (
<>
<MainNavigation />
Expand Down

0 comments on commit 00df35b

Please sign in to comment.