♻️ Remove console log

This commit is contained in:
Meier Lukas
2023-08-09 21:27:57 +02:00
parent d24d84c834
commit d9eec612d8
2 changed files with 50 additions and 3 deletions

View File

@@ -67,7 +67,6 @@ function App(
};
useEffect(() => {
console.log('running page props stuff');
setPrimaryColor(props.pageProps.primaryColor ?? 'red');
setSecondaryColor(props.pageProps.secondaryColor ?? 'orange');
setPrimaryShade(props.pageProps.primaryShade ?? 6);