Skip to content

Commit

Permalink
chore: remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed Jan 10, 2025
1 parent 8fcd05a commit b049f29
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,6 @@ export class ApexActionController {
if (openApiIndex === -1) {
throw new Error('Could not find openapi line in document:\n' + doc);
}
// const theDoc = doc
// .substring(openApiIndex)
// .split('\n')
// .filter(line => !/^```$/.test(line))
// .join('\n');
return doc
.substring(openApiIndex)
.split('\n')
Expand Down

0 comments on commit b049f29

Please sign in to comment.