Skip to content

Commit

Permalink
[refactor]: Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Takuma Kira committed Dec 5, 2024
1 parent ed955ae commit f5368a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export default async function RootLayout({
}>) {
const { data } = await client.queries.getDbData()
const config = data !== null && typeof data === 'string' ? JSON.parse(data).config as Config : {}
console.log('config on layout', config)
return (
<html lang="en">
<body className={fontClasses}>
Expand Down

0 comments on commit f5368a6

Please sign in to comment.