We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ecd43e commit 46e2830Copy full SHA for 46e2830
src/main/contentScript.main.ts
@@ -66,5 +66,3 @@ async function updateMenu() {
66
67
workerService.initContextMenu();
68
}
69
-
70
-console.log('111222');
src/service/preference/browser/preferenceService.ts
@@ -12,7 +12,6 @@ class PreferenceService implements IPreferenceService {
12
};
13
14
constructor(@Inject(ISyncStorageService) private syncStorageService: IStorageService) {
15
- console.log('this.syncStorageService', this.syncStorageService);
16
this.syncStorageService.onDidChangeStorage((e) => {
17
if (e === 'iconColor') {
18
this.userPreference.iconColor = this.getIconColor();
0 commit comments