chore: delete debug output

This commit is contained in:
MystiPanda
2024-03-10 11:47:55 +08:00
parent 1346a7992c
commit 909b88864f
3 changed files with 0 additions and 3 deletions

View File

@@ -35,7 +35,6 @@ const OS = getSystem();
const Layout = () => {
const [mode] = useRecoilState(atomThemeMode);
console.log(mode);
const isDark = mode === "light" ? false : true;
const { t } = useTranslation();
const { theme } = useCustomTheme();