diff --git a/src/main/contentScript.main.ts b/src/main/contentScript.main.ts index 220065b4..0cfac3e2 100644 --- a/src/main/contentScript.main.ts +++ b/src/main/contentScript.main.ts @@ -66,5 +66,3 @@ async function updateMenu() { workerService.initContextMenu(); } - -console.log('111222'); diff --git a/src/service/preference/browser/preferenceService.ts b/src/service/preference/browser/preferenceService.ts index b8b34521..b241e1bf 100644 --- a/src/service/preference/browser/preferenceService.ts +++ b/src/service/preference/browser/preferenceService.ts @@ -12,7 +12,6 @@ class PreferenceService implements IPreferenceService { }; constructor(@Inject(ISyncStorageService) private syncStorageService: IStorageService) { - console.log('this.syncStorageService', this.syncStorageService); this.syncStorageService.onDidChangeStorage((e) => { if (e === 'iconColor') { this.userPreference.iconColor = this.getIconColor();