Remove unnecessary debug statement (#504)

This commit is contained in:
Evan Simkowitz
2024-03-27 11:30:34 -07:00
committed by GitHub
parent d21182f7e0
commit 3e4ba1bf72
-1
View File
@@ -408,7 +408,6 @@ class Model {
}
onNativeThemeUpdated(): void {
console.log("native theme updated");
const isDark = getApi().getShouldUseDarkColors();
if (isDark != this.isDarkTheme.get()) {
mobx.action(() => {