mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
Remove unnecessary debug statement (#504)
This commit is contained in:
@@ -408,7 +408,6 @@ class Model {
|
||||
}
|
||||
|
||||
onNativeThemeUpdated(): void {
|
||||
console.log("native theme updated");
|
||||
const isDark = getApi().getShouldUseDarkColors();
|
||||
if (isDark != this.isDarkTheme.get()) {
|
||||
mobx.action(() => {
|
||||
|
||||
Reference in New Issue
Block a user