Skip to content

Commit

Permalink
tools: remove commented code from stability.js
Browse files Browse the repository at this point in the history
PR-URL: #37092
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
cjihrig authored and targos committed May 1, 2021
1 parent af313a8 commit 2e5994d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/doc/stability.js
Expand Up @@ -29,7 +29,7 @@ function collectStability(data) {
for (const mod of data.modules) {
if (mod.displayName && mod.stability >= 0) {
const link = mod.source.replace('doc/api/', '').replace('.md', '.html');
// const link = re.exec(toc)[1]

stability.push({
api: mod.name,
link: link,
Expand Down

0 comments on commit 2e5994d

Please sign in to comment.