Skip to content

Commit 405be6f

Browse files
committed
chore: cleanup logs and comments
1 parent 768953a commit 405be6f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/components/CompareDiff.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ export const CompareDiff = createDiffComponent({
33
querySelectorFirst(
44
// 2023
55
[".toc-diff-stats>strong", 0],
6-
// 2025-10-24
76
),
87
getDeletionsElement: () =>
98
querySelectorFirst(
109
// 2023
1110
[".toc-diff-stats>strong", 1],
12-
// 2025-10-24
1311
),
1412
addSpinnerToPage(spinner) {
1513
const container = this.getDeletionsElement()?.parentElement;

src/components/createDiffComponent.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export function createDiffComponent(options: {
4747
generated.textContent =
4848
" " + options.getGeneratedText(stats.exclude.changes);
4949
generated.style.color = GREY_COLOR;
50-
console.log(additions?.classList);
5150
generated.classList.add(
5251
...[...(additions?.classList ?? [])].filter(
5352
(className) => !className.toLowerCase().includes("fg"),

0 commit comments

Comments
 (0)