File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -200,8 +200,6 @@ class IssueContentParser {
200200 const rawIssueBody = issue.body ?? "";
201201 const formattedIssueBody = rawIssueBody.replaceAll("\r\n", "\n");
202202 const formattedNewIssueContent = newIssueContent.replaceAll("\r\n", "\n");
203- console.log(JSON.stringify(formattedIssueBody));
204- console.log(JSON.stringify(formattedNewIssueContent));
205203 return formattedIssueBody === formattedNewIssueContent;
206204 }
207205 isMarkdownHeaderLine(str, sectionTitle) {
Original file line number Diff line number Diff line change @@ -48,9 +48,6 @@ export class IssueContentParser {
4848 const formattedIssueBody = rawIssueBody . replaceAll ( "\r\n" , "\n" ) ;
4949 const formattedNewIssueContent = newIssueContent . replaceAll ( "\r\n" , "\n" ) ;
5050
51- console . log ( JSON . stringify ( formattedIssueBody ) ) ;
52- console . log ( JSON . stringify ( formattedNewIssueContent ) ) ;
53-
5451 return formattedIssueBody === formattedNewIssueContent ;
5552 }
5653
You can’t perform that action at this time.
0 commit comments