Remove debug line

This commit is contained in:
Jackson Harper 2023-03-13 13:14:54 +08:00
parent 9f3a03ec61
commit 608ef8cadc

View file

@ -520,8 +520,6 @@ function LayoutControls(props: LayoutControlsProps): JSX.Element {
function ThemeSelector(props: ReaderSettingsProps): JSX.Element {
const [currentTheme, setCurrentTheme] = useState(currentThemeName())
console.log('currentTheme: ', currentTheme)
return (
<VStack
css={{