Skip to content

Commit 2ee97de

Browse files
committed
comment out console logs
1 parent fe19c41 commit 2ee97de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content-script/update-description-tab.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
367367
if (request.action === 'updateDescription') {
368368
// For settings updates, bypass the state checks
369369
if (request.isSettingsUpdate) {
370-
console.log('Updating description tab due to settings change...');
370+
// console.log('Updating description tab due to settings change...');
371371
updatePageContent();
372372
return true;
373373
}
@@ -377,7 +377,7 @@ chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
377377
return true;
378378
}
379379

380-
console.log('Updating description tab...');
380+
// console.log('Updating description tab...');
381381
detectAndSyncTheme();
382382
showExamples();
383383
showCompanyTags(request.title.split('-')[0].trim());

0 commit comments

Comments
 (0)