There was an error while loading. Please reload this page.
1 parent bd861f7 commit e20a43aCopy full SHA for e20a43a
1 file changed
apps/sensenet/src/components/appbar/desktop-app-bar.tsx
@@ -84,7 +84,6 @@ export const DesktopAppBar: React.FunctionComponent<{ openDrawer?: () => void }>
84
}
85
jsonString += decoder.decode()
86
const setting = JSON.parse(jsonString)
87
- console.log('setting.HeaderColor:', setting.HeaderColor)
88
setHeaderColor(setting.HeaderColor)
89
90
} catch (error) {
0 commit comments