diff --git a/src/app/page.tsx b/src/app/page.tsx index f4fc62c..a5afb57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 ( <>