Skip to content

Commit e20a43a

Browse files
committed
remove log
1 parent bd861f7 commit e20a43a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/sensenet/src/components/appbar/desktop-app-bar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ export const DesktopAppBar: React.FunctionComponent<{ openDrawer?: () => void }>
8484
}
8585
jsonString += decoder.decode()
8686
const setting = JSON.parse(jsonString)
87-
console.log('setting.HeaderColor:', setting.HeaderColor)
8887
setHeaderColor(setting.HeaderColor)
8988
}
9089
} catch (error) {

0 commit comments

Comments
 (0)