mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove debug line
This commit is contained in:
parent
9f3a03ec61
commit
608ef8cadc
1 changed files with 0 additions and 2 deletions
|
|
@ -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={{
|
||||
|
|
|
|||
Loading…
Reference in a new issue