Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 280f211

Browse files
committed
comment out console logs
1 parent 10b77e2 commit 280f211

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/content-script/get-user-code.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function getProblem() {
7979
if (errorPanel) {
8080
const errorText = errorPanel.textContent?.trim();
8181
if (errorText) {
82-
console.log('Error from LeetCode:', errorText);
82+
//console.log('Error from LeetCode:', errorText);
8383
collectedData.push("\n--- LeetCode Error Message ---\n" + errorText);
8484
collectedData.push("\nPlease fix the above error in the code.");
8585
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function showCompanyTags(problemTitle: string) {
209209
// Use exponential backoff for retry delay
210210
const delay = baseDelay * Math.pow(1.5, retryCount);
211211
retryCount++;
212-
console.log(`Attempt ${retryCount}: Waiting for description element to load... Retrying in ${delay}ms`);
212+
//console.log(`Attempt ${retryCount}: Waiting for description element to load... Retrying in ${delay}ms`);
213213
setTimeout(tryInsertCompanyTags, delay);
214214
return;
215215
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /