Skip to content

Commit e529775

Browse files
Bashamegasaschanaz
andauthored
Update src/build/mdn-comments.ts
Co-authored-by: Kagami Sascha Rosylight <[email protected]>
1 parent a931367 commit e529775

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/build/mdn-comments.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,6 @@ export async function generateDescriptions(): Promise<{
141141
return;
142142

143143
const summary = extractSummary(content);
144-
if (
145-
summary ===
146-
"When writing code for the Web, there are a large number of Web APIs available."
147-
)
148-
console.log(types, slug, summary);
149144
insertComment(results, slug, summary, types || []);
150145
}),
151146
);

0 commit comments

Comments
 (0)