remove log

This commit is contained in:
Erick Zhao
2020-09-09 11:30:51 -07:00
parent 42988ed5a2
commit a651f3708d
-1
View File
@@ -653,7 +653,6 @@ describe('AppState', () => {
appState.setSystemTheme(() => {
/** */
}, true);
console.log(setTheme);
expect(appState.setTheme).toHaveBeenCalledWith(defaultDark.file);
});