Skip to content

Commit 46e2830

Browse files
authored
chore: remove console.log (#1313)
1 parent 0ecd43e commit 46e2830

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/main/contentScript.main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,3 @@ async function updateMenu() {
6666

6767
workerService.initContextMenu();
6868
}
69-
70-
console.log('111222');

src/service/preference/browser/preferenceService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class PreferenceService implements IPreferenceService {
1212
};
1313

1414
constructor(@Inject(ISyncStorageService) private syncStorageService: IStorageService) {
15-
console.log('this.syncStorageService', this.syncStorageService);
1615
this.syncStorageService.onDidChangeStorage((e) => {
1716
if (e === 'iconColor') {
1817
this.userPreference.iconColor = this.getIconColor();

0 commit comments

Comments
 (0)