summaryrefslogtreecommitdiff
path: root/pages/_app.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r--pages/_app.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx
index ac03907..9833717 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -20,7 +20,6 @@ function MyApp({ Component, pageProps }: AppProps) {
if (isInitialized) {
localStorage.setItem('colorTheme', JSON.stringify(emacsTheme))
}
- console.log(emacsTheme)
}, [emacsTheme])
useEffect(() => {