mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-03-11 13:23:06 +01:00
Remove unnecessary debug statement (#504)
This commit is contained in:
parent
d21182f7e0
commit
3e4ba1bf72
@ -408,7 +408,6 @@ class Model {
|
||||
}
|
||||
|
||||
onNativeThemeUpdated(): void {
|
||||
console.log("native theme updated");
|
||||
const isDark = getApi().getShouldUseDarkColors();
|
||||
if (isDark != this.isDarkTheme.get()) {
|
||||
mobx.action(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user