diff --git a/src/models/model.ts b/src/models/model.ts index b5f6d82f..182dc24d 100644 --- a/src/models/model.ts +++ b/src/models/model.ts @@ -408,7 +408,6 @@ class Model { } onNativeThemeUpdated(): void { - console.log("native theme updated"); const isDark = getApi().getShouldUseDarkColors(); if (isDark != this.isDarkTheme.get()) { mobx.action(() => {