Skip to content

Commit f6fa065

Browse files
committed
remove debug comment
1 parent 6ae61f9 commit f6fa065

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/clients/shared/parser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,6 @@ export function parseCommentText(comment: string): string[] {
472472
if (codeBlock) {
473473
lines.push("```");
474474
}
475-
// console.log(lines);
476475
return lines;
477476
}
478477

0 commit comments

Comments
 (0)